Skip to content

Commit

Permalink
Fix space issue (#38)
Browse files Browse the repository at this point in the history
* Addressed spaces in files not working with copying.  Fixed issue with s3 native copy not being used if neither file has options set.  Allow target ACL to be used in preference to source ACL when copying.

* Add backed intergration tests for copying with spaces

* Fixed file test to correctly expect %2520 from an literal %20

* use PathEscape instead of EscapedPath to ensure encoding literals are preserved (double encoding)

* fix test for encoded slash

* Update changelog
  • Loading branch information
funkyshu authored Feb 10, 2020
1 parent e15601e commit 0a730dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.5.1] - 2020-02-20
### Fixed
- Ensure that spaces (url encoded or not) in filenames and paths work as expected when copying (particularly for s3 to s3 native copyObject). Fixes #36.

## [5.5.0] - 2019-09-09
### Added
Expand Down

0 comments on commit 0a730dc

Please sign in to comment.