storj / edge

Storj edge services (including multi-tenant, S3-compatible server to interact with the Storj network)
GNU Affero General Public License v3.0
48 stars 18 forks source link

Make sure CopyObject, CompleteMultipartUpload and moving objects respect the lock information #419

Open amwolff opened 3 months ago

amwolff commented 3 months ago

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 CopyObject, CompleteMultipartUpload and perhaps FinishMoveObject endpoints on the satellite to comply with the following:

Summary

Implementation reference.

Depends on…

Links