versity / versitygw

versity s3 gateway
https://www.versity.com/products/versitygw/
Apache License 2.0
196 stars 25 forks source link

fix: Fixed the error case, to return ObjectParentIsFile error when ov… #827

Closed jonaustin09 closed 1 month ago

jonaustin09 commented 1 month ago

Fixes #814 os.Stat returns syscall.ENOTDIR , if trying to stat a nested file/directory in an existing file. e.g. Existing file: foo Try to stat: foo/bar The implementation converts syscall.ENOTDIR os error to s3err.ErrObjectParentIsFile in PutObject in posix.