Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kelsoncm/s3sync-py

s3sync-py
https://github.com/kelsoncm/s3sync-py

Last synced: 3 days ago
JSON representation

s3sync-py

Awesome Lists containing this project

README

        

# s3sync-py
s3sync-py

```bash
docker run --rm \
-e SOURCE_BUCKET_NAME=source-bucket-name \
-e SOURCE_ACCESS_KEY=your-source-access-key \
-e SOURCE_SECRET_KEY=your-source-secret-key \
-e DESTINATION_BUCKET_NAME=destination-bucket-name \
-e DESTINATION_ACCESS_KEY=your-destination-access-key \
-e DESTINATION_SECRET_KEY=your-destination-secret-key \
kelsoncm/s3sync-py
```