edge icon indicating copy to clipboard operation
edge copied to clipboard

Add GetObjectLockConfiguration satellite endpoint (object retention)

Open amwolff opened this issue 11 months ago • 1 comments

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

Implementation reference.

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

amwolff avatar Mar 21 '24 19:03 amwolff