S3 - Batch Operations
Use S3 Batch Operations
to perform large-scale batch operations on Amazon S3 objects. Batch Operations
can run a single operation on a list of Amazon S3 objects that you specify in
the manifest.
In this post, we will see how to copy data from one bucket to another bucket using batch operations. The same steps can be used to replicate existing objects from one bucket to another bucket.
This is my primary bucket:
Using batch operations, we are going to copy the existing files to another bucket.
Let's start by creating a "Batch Job".
Batch works by collecting information (Metadata) about existing objects before triggering any actions.
We are pointing the source bucket.
Review the job and save the completion report if needed. I usually save them to investigate job failures.
Comments
Post a Comment