travis-ci / artifacts

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

Fix the output when uploading artifacts to show the correct download URL #89

Closed theplankmeister closed 4 years ago

theplankmeister commented 5 years ago

The default generated URL displayed after successfully uploading an artifact is incorrect. This change fixes the displayed URL, using the S3Endpoint value that is correct for each region.

DamianSzymanski commented 4 years ago

The default generated URL displayed after successfully uploading an artifact is incorrect. This change fixes the displayed URL, using the S3Endpoint value that is correct for each region.

@theplankmeister Thank you