https://github.com/emcecs/s3bucketcopy
Parallelized copy of objects from one bucket to another using the S3 protocol.
https://github.com/emcecs/s3bucketcopy
Last synced: over 1 year ago
JSON representation
Parallelized copy of objects from one bucket to another using the S3 protocol.
- Host: GitHub
- URL: https://github.com/emcecs/s3bucketcopy
- Owner: EMCECS
- License: mit
- Created: 2016-04-28T03:54:59.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-26T22:07:33.000Z (almost 10 years ago)
- Last Synced: 2025-02-08T18:45:40.605Z (over 1 year ago)
- Language: C#
- Size: 137 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# S3BucketCopy
Windows test app for copying objects from one bucket to another.
This application will copy all objects from the source bucket to the target bucket using the S3 PUT Object - Copy method. This
does a server-side copy of the data and will be much faster than re-uploading all of the data. The copy operations will also
be parallelized to get more throughput from ECS. You can adjust the minimum thread count to boost the initial copy rate, but
the .NET
More information about using S3 and .NET with EMC ECS can be found on the ECS community: https://community.emc.com/docs/DOC-36774