-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: return KeyTooLongError when filenames exceed allowed length
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
- Loading branch information
1 parent
77e037a
commit 453136b
Showing
5 changed files
with
139 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.