ubc-cirrus-lab / caribou

Caribou is a framework for running and deploying complex serverless workflows multi-constraint and multi-objective aware on hyper-scalers over multiple regions.
Other
6 stars 0 forks source link

Disable Deployment Resources Bucket #293

Closed Danidite closed 4 weeks ago

Danidite commented 1 month ago

Currently, Caribou uploads the deployment code and deployment resources as a zip file to an S3 bucket during deployment. However, these deployment resources are no longer used for redeployment and are not meaningful. Rather than dealing with S3 naming conflicts due to the globally unique bucket name restriction, this process should instead be disabled and can be reinstated if needed.

Danidite commented 4 weeks ago

Closed as part of PR #296