brysontyrrell / Possum

A packaging tool for Python based AWS serverless applications.
MIT License
21 stars 2 forks source link

Support override of upload directory in S3 bucket #17

Closed brysontyrrell closed 6 years ago

brysontyrrell commented 6 years ago

The directory within the S3 bucket where artifacts are uploaded can now be overridden by appending the path using forward slashes.

Use the default possum-0123456789 timestamped directory name:

possum 'my-bucket'

Specify your own destination within the bucket:

possum 'my-bucket/path'

Can specify a nested location:

possum 'my-bucket/path/to/destination'

@sebacic @tomislacker

This closes #14