/aws-copy-out-sharer

A CDK package for a Copy Out sharer - allowing bulk copying of objects to other buckets

Primary LanguageTypeScriptMIT LicenseMIT

Elsa Data AWS Copy Out

A service that can be installed into an Elsa Data environment and which enables parallel file copying out into a destination bucket in the same region.

Input

{
  "sourceFilesCsvBucket": "bucket-with-csv",
  "sourceFilesCsvKey": "key-of-source-files.csv",
  "destinationBucket": "a-target-bucket-in-same-region",
  "maxItemsPerBatch": 10
}