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.
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