Skip to content

S3 buckets needed for release

Chris Churas edited this page Oct 19, 2018 · 2 revisions

The make target release uploads the CDeep3M source code as a gzipped tarball and the CloudFormation template to the following S3 bucket.

s3://cdeep3m-releases/<VERSION>/

In addition, trained models are stored in this bucket:

s3://cdeep3m-trainedmodels

NOTE: If this needs to change then the paths set in Makefile release target and aws/basic_cloudformation.json need to be updated. Also previous releases still depend on the old paths and either the bucket would need to remain or previous release CloudFormation templates would need to be updated.

Clone this wiki locally