Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psnappz/deadfasts3fileshare
Copy from one S3 to other faster
https://github.com/psnappz/deadfasts3fileshare
aws-golang aws-s3 go go-lang godotenv golang psnappz
Last synced: about 10 hours ago
JSON representation
Copy from one S3 to other faster
- Host: GitHub
- URL: https://github.com/psnappz/deadfasts3fileshare
- Owner: PSNAppz
- Created: 2020-03-07T17:57:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-03-07T18:06:08.000Z (over 4 years ago)
- Last Synced: 2024-05-01T13:56:32.307Z (6 months ago)
- Topics: aws-golang, aws-s3, go, go-lang, godotenv, golang, psnappz
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DeadFastS3FileShare
### Copy from one AWS S3 to other faster#### Steps
1. Get file name from database
2. Read the contents
3. Copy to local tmp file
4. Send them to destination s3
5. Delete local tmp file