0.3.3 • Published 5 years ago

@fmtk/s3-unpack-asset v0.3.3

Weekly downloads
13
License
MIT
Repository
github
Last release
5 years ago

S3UnpackAsset

Upload a zip and unpack it to the specified bucket.

const bucket = new s3.Bucket(this, 'Bucket');

const asset = makeFileAsset(this, 'path/to/folder/');

new S3UnpackAsset(this, 'Unpack', {
  sourceBucket: asset.s3BucketName,
  sourceObjectName: asset.s3ObjectKey,
  destinationBucket: bucket.bucketName,
  destinationPrefix: 'foo/bar',
});
0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago