-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't trim paths in
list_file
if class initialized with no path
Previously, if `S3SubdirectoryFileStore` was initialized with no path other than the s3 bucket ie. `s3://bucket-name` The returned paths would have the first letter trimmed incorrectly If self.path is not set we do not need to trim the returned paths This change, ensures that the returned paths are not incorrectly trimmed
- Loading branch information
Showing
2 changed files
with
3 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