You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 28, 2019. It is now read-only.
Some clients can't handle urls encoded in other urls..
And we have support a lot of clients that are less than perfect...
We should refactor cloud-mirror so that: https://cloud-mirror.taskcluster.net/v1/redirect/s3/us-east-1/<key>
mirrors <key> in a bucket hardcoded in configuration.
This will also remove the need for regular expressions, I think it's fine to make cloud-mirror less generic, we only want to use to mirror S3 buckets anyways.
Rather than passing a complete URL to cloud-mirror.
Some clients can't handle urls encoded in other urls..
And we have support a lot of clients that are less than perfect...
We should refactor cloud-mirror so that:
https://cloud-mirror.taskcluster.net/v1/redirect/s3/us-east-1/<key>mirrors
<key>in a bucket hardcoded in configuration.This will also remove the need for regular expressions, I think it's fine to make cloud-mirror less generic, we only want to use to mirror S3 buckets anyways.
Rather than passing a complete URL to cloud-mirror.