Page MenuHomePhabricator

[services][blob] Implement S3Client methods
ClosedPublic

Authored by bartek on Dec 1 2022, 5:03 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 2, 12:33 AM
Unknown Object (File)
Apr 3 2024, 4:28 AM
Unknown Object (File)
Apr 3 2024, 4:28 AM
Unknown Object (File)
Apr 3 2024, 4:27 AM
Unknown Object (File)
Apr 3 2024, 4:27 AM
Unknown Object (File)
Apr 3 2024, 4:18 AM
Unknown Object (File)
Mar 11 2024, 9:31 PM
Unknown Object (File)
Mar 5 2024, 6:06 AM
Subscribers

Details

Summary

Follow up https://linear.app/comm/issue/ENG-2341/blob-service-create-s3-client-abstraction which follows up https://phab.comm.dev/D5682?id=18592#inline-38028

This diff implements methods in the S3Client struct. It's not yet used anywhere.

Test Plan

Project should still compile. These functions will be tested in the next diff.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bartek held this revision as a draft.
bartek published this revision for review.Dec 1 2022, 6:04 AM
tomek added inline comments.
services/blob/src/s3.rs
81–95 ↗(On Diff #19067)

Should we specify if the range is inclusive?

This revision is now accepted and ready to land.Dec 6 2022, 8:02 PM

Implemented support for RangeBounds. Tested it with integration tests and this playground.