-
Notifications
You must be signed in to change notification settings - Fork 633
Open
Labels
feature-requestNew feature or enhancement. May require GitHub community feedback.New feature or enhancement. May require GitHub community feedback.p3This is a minor priority issueThis is a minor priority issuequeuedThis issues is on the AWS team's backlogThis issues is on the AWS team's backlog
Description
Describe the feature
Allow something like the current Upload utility, but for multiple files
Use Case
Currently, this is possible with AWS CLI
aws s3 cp local-dir s3://my-bucket
But there is no way to write this using JS SDK
Proposed Solution
Something like this would work
const myDir = 'path/to/dir';
new MultiUpload({
client: new S3Client(),
files: fs.readdirSync(myDir)
});
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
SDK version used
3.637.0
Environment details (OS name and version, etc.)
n/a
Metadata
Metadata
Assignees
Labels
feature-requestNew feature or enhancement. May require GitHub community feedback.New feature or enhancement. May require GitHub community feedback.p3This is a minor priority issueThis is a minor priority issuequeuedThis issues is on the AWS team's backlogThis issues is on the AWS team's backlog