Add S3 Config Parameters as Command Line Options
Open
feature-request
p3
s3
service-api
- Dominant language
- Python
- Stars
- 17.3k
- Forks
- 4.6k
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 13
Description
There are several config options for S3 that can be configured via `aws configure set` and through the config file:
https://docs.aws.amazon.com/cli/latest/topic/s3-config.html
I'd like to see these added as command line options for `aws s3 cp`. For example:
```
$ aws s3 cp . s3://bucket/ --recursive --max_concurrent_requests 20
```
My use case:
Using a CI/CD automation system, I want to copy artifacts to S3. But I want some of these settings to be configurable *per build*, and to support parallel builds. So setting these via config file would not work for differing values during parallel builds.
Contributor guide
Assessment
This issue has not been assessed yet.