aws / aws/aws-cli

Add S3 Config Parameters as Command Line Options

Open
#4,130 3 comments 5 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.