-
Notifications
You must be signed in to change notification settings - Fork 527
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix object prefix not being stripped for Dell ECS (#561)
* Fix object prefix not being stripped for Dell ECS This commit ensure that the same object prefix string is used to query and strip an object when listing all the objects in a bucket. Some S3 implementations (in this case Dell ECS) cannot be relied upon to return the correct `res.Prefix`. Dell ECS will return it URLencoded, e.g. "traceID%2F" instead of "traceID/". * Add changelog * Update CHANGELOG.md Co-authored-by: Graham Reed <greed@7deadly.org> Co-authored-by: Graham Reed <greed@7deadly.org>
- Loading branch information
Showing
2 changed files
with
5 additions
and
2 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