Closed bacongobbler closed 8 years ago
following the documentation from https://github.com/deis/workflow/blob/master/src/installing-workflow/configuring-object-storage.md#google-cloud-storage-interoperability-mode, if the port number in DEIS_MINIO_SERVICE_PORT == 443, the configured S3_URL will end up as http://storage.googleapis.com:443, which defeats the purpose.
http://storage.googleapis.com:443
addresses some of the concerns in #75.
following the documentation from https://github.com/deis/workflow/blob/master/src/installing-workflow/configuring-object-storage.md#google-cloud-storage-interoperability-mode, if the port number in DEIS_MINIO_SERVICE_PORT == 443, the configured S3_URL will end up as
http://storage.googleapis.com:443
, which defeats the purpose.addresses some of the concerns in #75.