vanvalenlab / kiosk-frontend

DeepCell web application built using NodeJS, Express, React, and Webpack.
Other
1 stars 0 forks source link

Infer cloud provider from STORAGE_BUCKET protocol. #139

Closed willgraf closed 3 years ago

willgraf commented 3 years ago

Deprecate CLOUD_PROVIDER, GCLOUD_STORAGE_BUCKET and AWS_S3_BUCKET in favor of a single STORAGE_BUCKET that includes the bucket protocol (e.g. s3://). This simplifies the required environment variables.