mirror of
https://github.com/versity/versitygw.git
synced 2026-01-08 12:41:10 +00:00
The posix limits wont exactly match up with the AWS key length limits because posix has component length limits as well as path length limits. This reponds with the aws compatible KeyTooLongError under these conditions now. Note that delete object returns success even in the error cases. Fixes #755