artifacts
artifacts copied to clipboard
Travis CI Artifacts Uploader
When a S3 bucket is created in region "eu-central-1" / Frankfurt it is impossible to use artifacts to upload to it.
I'm tried to upload iOS build and when step Uload atrifacts coming i'm get an error `Uploading Artifacts artifacts.setup fatal error: runtime: bsdthread_register error runtime stack: runtime.throw(0x13c0857, 0x21) /home/travis/.gimme/versions/go1.10.2.linux.amd64/src/runtime/panic.go:616 +0x81...
Similar to #54, but allows a user to set a custom log level supported by `logrus`. Currently when using this tool we can set a `debug` level (so print anything)...
It appears that the URL generated for each artifact is incorrect. The current format is `https://s3.amazonaws.com/%s` (as can be seen [here](https://github.com/travis-ci/artifacts/blob/41cb5646dcb85578469a5029968358b4ac46e083/upload/s3_provider.go#L116) where the supplied parameter is the bucket name) which,...
Are you open to merge an `artifacts download` function that will get files from the s3 bucket? Context: in GitLab CI we support multiple stages and we want to use...
Hi Team I am trying to raise the current limit of 1 GB for artifacts max size. However, I am getting a 500 error while trying to set it. I...
[Travis are now recommending removing the __sudo__ tag](https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration). "_If you currently specify __sudo: false__ in your __.travis.yml__, we recommend removing that configuration_"