Files
versitygw/backend
niksis02 a58e125184 fix: return BucketAlreadyExists for existing dirs without acl meta attr
`CreateBucket` on an existing directory read the bucket acl meta attribute to decide between `BucketAlreadyOwnedByYou` and `BucketAlreadyExists`. For a directory that predates the gateway (or was created outside it) the attribute is missing, so the retrieve failed with `meta.ErrNoSuchKey` and the call returned a wrapped internal error instead of an S3 error. Treat a missing acl attribute as a bucket that exists and is not owned by the caller.
2026-09-09 18:57:18 +04:00
..
2026-05-21 23:49:34 +04:00