zalando-stups / yourturn

The frontend/developer console for the STUPS infrastructure
http://docs.stups.io/en/latest/components/yourturn.html
Apache License 2.0
8 stars 6 forks source link

Allow prefixing bucket name with gs:// #507

Closed mikkeloscar closed 8 years ago

mikkeloscar commented 8 years ago

With https://github.com/zalando-stups/mint-worker/pull/40 in place, we need to be able to distinguish s3 buckets and google cloud storage buckets.

The way this is handled in https://github.com/zalando-stups/mint-worker/pull/40 is to assume that all bucket names without a schema is s3 buckets. And all buckets with the schema gs:// is google cloud storage buckets.

Thus it should be possible to add a bucket name with the prefix gs:// in the UI.

The related mint-storage PR is here: https://github.com/zalando-stups/mint-storage/pull/25