-
Notifications
You must be signed in to change notification settings - Fork 10
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
S3 endpoints 2 #237
S3 endpoints 2 #237
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #237 +/- ##
==========================================
+ Coverage 91.85% 92.41% +0.56%
==========================================
Files 12 12
Lines 589 633 +44
==========================================
+ Hits 541 585 +44
Misses 48 48
☔ View full report in Codecov by Sentry. |
@irq0 as I was telling you, this is the original
the scenario described in https://github.com/aquarist-labs/s3gw/issues/637 has been produced using the above function. |
f673ab7
to
de10f2b
Compare
ef1e748
to
92e873c
Compare
- set_bucket_versioning -> bool (True is success, False is failure) - set_bucket_tagging -> bool (True is success, False is failure) Signed-off-by: Giuseppe Baccini <[email protected]>
Added endpoint: - api/bucket/update Refers to: https://github.com/aquarist-labs/s3gw/issues/607 Signed-off-by: Giuseppe Baccini <[email protected]>
Added endpoints: - api/bucket/lifecycle-configuration (GET) - api/bucket/lifecycle-configuration (PUT) Refers to: https://github.com/aquarist-labs/s3gw/issues/607 Signed-off-by: Giuseppe Baccini <[email protected]> Signed-off-by: Volker Theile <[email protected]>
1254d9e
to
b92b5c6
Compare
Signed-off-by: Volker Theile <[email protected]>
Describe your changes
add result to set_bucket_versioning and set_bucket_tagging
add set of bucket related endpoints
Added endpoints:
Issue ticket number and link
https://github.com/aquarist-labs/s3gw/issues/607
Checklist before requesting a review