Skip to content
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

Adjust PutObject satellite endpoint (object retention) #403

Open
amwolff opened this issue Feb 12, 2024 · 0 comments
Open

Adjust PutObject satellite endpoint (object retention) #403

amwolff opened this issue Feb 12, 2024 · 0 comments
Labels
Milestone

Comments

@amwolff
Copy link
Member

amwolff commented Feb 12, 2024

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

Modify the corresponding to PutObject endpoint on the satellite (the endpoint might be named differently) to respect the lock information passed with the upload request:

  • Don't allow locked object versions to be overwritten
  • Take into account lock mode and retain-until-date parameters passed by the client
  • Legal Hold and governance mode (retention mode) is out of scope at this moment

Summary

Implementation reference.

Note

The Content-MD5 header is required for any request to upload an object with a retention period configured using Amazon S3 Object Lock.

Should only the gateway enforce this?

Depends on…

Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant