-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add transfer manager MPU sample, adjust defaults, prepare for GA #2318
Conversation
Here is the summary of changes. You are about to add 1 region tag.
This comment is generated by snippet-bot.
|
Warning: This pull request is touching the following templated files:
|
samples/README.md
Outdated
@@ -128,6 +128,7 @@ objects to users via direct download. | |||
* [Upload Directory With Transfer Manager](#upload-directory-with-transfer-manager) | |||
* [Upload Encrypted File](#upload-encrypted-file) | |||
* [Upload File](#upload-file) | |||
* [Upload a File in Chunks Utilzing Transfer Manager](#upload-a-file-in-chunks-utilzing-transfer-manager) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* [Upload a File in Chunks Utilzing Transfer Manager](#upload-a-file-in-chunks-utilzing-transfer-manager) | |
* [Upload a File in Chunks Utilzing Transfer Manager](#upload-a-file-in-chunks-with-transfer-manager) |
for consistency
samples/README.md
Outdated
@@ -2086,6 +2087,25 @@ __Usage:__ | |||
|
|||
|
|||
|
|||
### Upload a File in Chunks Utilzing Transfer Manager |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### Upload a File in Chunks Utilzing Transfer Manager | |
### Upload a File in Chunks With Transfer Manager |
@@ -33,39 +33,39 @@ const packageJson = require('../../package.json'); | |||
|
|||
/** | |||
* Default number of concurrently executing promises to use when calling uploadManyFiles. | |||
* @experimental |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe update the PR description to say you're taking off the training wheels?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or split the PRs
05c7755
to
fb47dcb
Compare
Marking |
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #<issue_number_goes_here> 🦕