Why aws s3 cp does not accept multiple sources?
Open
feature-request
p3
s3
- Dominant language
- Python
- Stars
- 17.3k
- Forks
- 4.6k
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 13
Description
This is a feature request.
It would be great if `s3 cp` command accepts multiple sources just like bash `cp` command.
For example
```
$ aws s3 cp a b s3://BUCKET/
upload: ./a to s3://BUCKET/a
upload: ./b to s3://BUCET/b
$ aws s3 cp a* s3://BUCKET/
upload: ./a1 to s3://BUCKET/a1
upload: ./a2 to s3://BUCKET/a2
```
Contributor guide
Assessment
This issue has not been assessed yet.