nspcc-dev / neofs-testcases

NeoFS integration testcases
GNU General Public License v3.0
3 stars 18 forks source link

S3 ACL default behavior test #885

Open roman-khimov opened 2 weeks ago

roman-khimov commented 2 weeks ago

Is your feature request related to a problem? Please describe.

I'm always frustrated when we don't have any tests for https://github.com/nspcc-dev/neofs-s3-gw/issues/1016.

Describe the solution you'd like

Add 0.32.1+ test that will:

This intersects with S3 testcases and s3-tests we already have.

roman-khimov commented 1 week ago

private canned ACL is accepted for objects as well (confirmed with AWS). Container-level ACLs also change here, since they're disabled by default you can't change them unless you change the policy. We need to update existing tests and also add new ones.