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

Enable OL tests for partial implementation of Object Lock #406

Open amwolff opened 4 months ago

amwolff commented 4 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

We only need to implement a small subset of Object Lock (for example, Legal Hold is out of scope at this moment) first. Let's find tests in test suites that we use that can be enabled for what we already implemented.

Depends on…

At least #397.

Links

neo-cypher commented 3 months ago

Ceph object lock tests enabled in gateway-st , not main, currently failing. Further review is needed.

neo-cypher commented 3 months ago

Report of failing tests and review of tests enabled underway.