Support non-slash-ending prefixes in S3 Transfer #1721
Labels
feature-request
A feature should be added or improved.
needs-major-version
Can only be considered for the next major release
no-autoclose
This issue should not be auto-closed by stale-issue-cleanup action.
p3
This is a minor priority issue
This code:
aws-sdk-php/src/S3/Transfer.php
Line 238 in 7c00779
assumes that the S3 key prefix will be a full "path like component" for downloads, and forces it to end in a slash. However, in our use case the prefix is just the common starting part of the name for several objects that we want to download all at once. (We're encountering this as we update some old code from sdk v2 to sdk v3.)
The text was updated successfully, but these errors were encountered: