travis-ci / artifacts

Travis CI Artifacts Uploader
MIT License
87 stars 25 forks source link

Unsupported protocol scheme "" #77

Closed kpp closed 6 years ago

kpp commented 7 years ago

Hello! I am trying to upload artifacts but I am getting this error:

ERROR: failed to upload: /home/travis/build/RnDome/test_travis_artifacts/build/test_project-0.1.0-Linux.zip

  err: Put /testtravisartifacts2/RnDome/test_travis_artifacts/19/19.1/build/test_project-0.1.0-Linux.zip: unsupported protocol scheme ""

Done uploading artifacts

See this build

List of failed regions:

Region Error
eu-west-2 unsupported protocol scheme ""
eu-central-1 The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256.
ap-northeast-2 unsupported protocol scheme ""

List of succeeded regions:

BanzaiMan commented 7 years ago

My guess is that the region eu-west-2 is not supported.

kpp commented 7 years ago

Would you give me the list of supported regions?

mzabaluev commented 6 years ago

So, is it really "you can choose any AWS region as long as it is us-east-n"?

ejhg commented 3 years ago

I actually get unsupported protocol scheme "" for us-east-2.

So it seems that us-east-1 is the only supported region?

ejhg commented 3 years ago

For future reference, this seems to be a dup of https://github.com/travis-ci/artifacts/issues/57