-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(PPS-411): Add bucket selection support for multi part upload (#123)
* Add bucket param for multipart upload * Resolve comments * Add bucket param for single file upload * add support for upload-single * Get upload-multiple + multipart working * Fix small files not working with multipart * Fix upload * chore(comment): insignificant commit to force test reruns * Refactor upload-multiple * Use file_name provided in manifest (#125) * Use file_name provided in manifest * Use file_name provided in manifest * Ensure file_name used in url * Ensure bucket passed to GeneratePresignedURL * Fix batch * fix utils * fix utils.go * cleanup+remove validateFilePath --------- Co-authored-by: Alexander VanTol <Avantol13@users.noreply.github.com> Co-authored-by: Brian <brian@bwalsh.com>
- Loading branch information
1 parent
6897add
commit b9b3605
Showing
8 changed files
with
177 additions
and
114 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
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
Oops, something went wrong.