-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NS-CACHE: Support S3 operations for cache enabled buckets #6130
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
guptsanj
force-pushed
the
sgupta/s3-operations
branch
from
August 17, 2020 16:57
8972228
to
7ca3ae8
Compare
guymguym
changed the title
Support S3 operations for cache enabled buckets
NS-CACHE: Support S3 operations for cache enabled buckets
Aug 17, 2020
guptsanj
force-pushed
the
sgupta/s3-operations
branch
3 times, most recently
from
August 19, 2020 04:15
c4f0785
to
dff4429
Compare
guptsanj
force-pushed
the
sgupta/s3-operations
branch
from
August 24, 2020 14:41
dff4429
to
7138a38
Compare
jeniawhite
previously requested changes
Aug 24, 2020
guymguym
reviewed
Aug 24, 2020
guymguym
reviewed
Aug 24, 2020
guptsanj
force-pushed
the
sgupta/s3-operations
branch
from
August 24, 2020 21:49
7138a38
to
684f4e6
Compare
guymguym
requested changes
Aug 25, 2020
guptsanj
force-pushed
the
sgupta/s3-operations
branch
from
August 25, 2020 10:53
684f4e6
to
1bf1280
Compare
guymguym
reviewed
Aug 25, 2020
guymguym
reviewed
Aug 25, 2020
guymguym
reviewed
Aug 25, 2020
guptsanj
force-pushed
the
sgupta/s3-operations
branch
from
August 25, 2020 12:15
1bf1280
to
bd54d21
Compare
guymguym
reviewed
Aug 25, 2020
guymguym
reviewed
Aug 25, 2020
guymguym
reviewed
Aug 25, 2020
guptsanj
force-pushed
the
sgupta/s3-operations
branch
from
August 25, 2020 17:17
bd54d21
to
ed289d4
Compare
guymguym
reviewed
Aug 25, 2020
guymguym
reviewed
Aug 25, 2020
guptsanj
force-pushed
the
sgupta/s3-operations
branch
from
August 25, 2020 18:12
ed289d4
to
c87d32a
Compare
2. Server Side copy for a cache miss for a source bucket different than the target bucket 3. Multipart upload copy from a same/different sources 4. List objects from cache/hub 5. List Object versions defaults to List objects for cache enabled buckets 6. List multipart uploads from hub 7. Handle add/remove/get object tags from cache/hub buckets 8. Store last modified time from hub for cached objects. Return this value as the last modified time with cached objects. 9. Update Unit test Signed-off-by: Sanjeev Gupta <guptsanj@us.ibm.com>
guptsanj
force-pushed
the
sgupta/s3-operations
branch
from
August 25, 2020 18:41
c87d32a
to
e9b614e
Compare
guymguym
approved these changes
Aug 25, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks awesome!
guymguym
dismissed
jeniawhite’s stale review
August 25, 2020 18:51
not relevant in latest code. thanks @jenia!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Explain the changes
Update Unit test
Issues: Fixed #xxx / Gap #xxx
Testing Instructions: