edge
edge copied to clipboard
Add GetObjectLockConfiguration satellite endpoint (object retention)
Goal
This issue is to make meaningful progress on Object Lock implementation within core and edge services. Specifically, to support immutable backups in backup software products like Veeam.
What needs to be done? • Acceptance Criteria
Add the corresponding to GetObjectLockConfiguration endpoint on the satellite (the endpoint can be named differently) to respond with the following:
- the information whether the bucket is Object Lock-enabled
- bucket-wide retention settings are out of scope at the moment
Summary
Depends on…
- #400
Links
- https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObjectLockConfiguration.html
- an easy-to-read and insightful introduction to Object Lock: Using S3 Object Lock
Change satellite/metainfo: add endpoint for retrieving bucket's lock config mentions this issue.
Change satellite/metainfo: make GetBucketObjectLockConfiguration error if lock is disabled mentions this issue.