-
Notifications
You must be signed in to change notification settings - Fork 342
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
aws_s3: add S3 object tagging feature #335
aws_s3: add S3 object tagging feature #335
Conversation
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.
@alinabuzachis looks like there's some logic missing, I wasn't able to test the backoff problem (do you have local changes that need to be pushed?). Here's a few I found.
df5c43c
to
f90db33
Compare
recheck |
3 similar comments
recheck |
recheck |
recheck |
df4ee94
to
5d47c2c
Compare
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.
This looks good, for put
modes I think we should just call ensure_tags()
after PUTing the object, rather than do a bunch of data transformation to provide the tags as Tagging='key1=value1&key2=value2',
Thank you for reviewing @jillr. Ok, I was also thinking to do it in this way. |
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.
LGTM, @goneri did you still want to review?
Ok to gate once the merge conflict is resolved |
recheck |
Signed-off-by: Alina Buzachis <[email protected]>
Signed-off-by: Alina Buzachis <[email protected]>
Signed-off-by: Alina Buzachis <[email protected]>
Signed-off-by: Alina Buzachis <[email protected]>
Signed-off-by: Alina Buzachis <[email protected]>
Signed-off-by: Alina Buzachis <[email protected]>
Signed-off-by: Alina Buzachis <[email protected]>
09746ba
to
2e68b5b
Compare
recheck |
recheck |
4 similar comments
recheck |
recheck |
recheck |
recheck |
Signed-off-by: Alina Buzachis <[email protected]>
Depends-On: #372
SUMMARY
aws_s3: Add tagging feature
Fixes: #233
ISSUE TYPE
COMPONENT NAME
aws_s3
Requires: mattclay/aws-terminator#146