Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kelsoncm/s3sync-py
s3sync-py
https://github.com/kelsoncm/s3sync-py
Last synced: 3 days ago
JSON representation
s3sync-py
- Host: GitHub
- URL: https://github.com/kelsoncm/s3sync-py
- Owner: kelsoncm
- License: apache-2.0
- Created: 2024-10-31T13:44:25.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-31T14:58:13.000Z (3 months ago)
- Last Synced: 2024-10-31T15:37:23.911Z (3 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```