-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(s3 dataplane): folder copy cherrypick (#419)
* Fix: S3 directory logic on file upload. * Fix: S3 directory logic on file upload. * fix S3DataSink allows part upload when part is 0 byte file * Improved unit and integration tests. * Rename function for readability * Indentation * Added no such key test * Fix checkstyle. * Account for nested folders * Remove unused argument * use predicate instead of method * change predicate to class const --------- Co-authored-by: bmg13 <gabcmonteiro@gmail.com>
- Loading branch information
1 parent
4e2fa84
commit 2b9378e
Showing
4 changed files
with
69 additions
and
45 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
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