artifacts
artifacts copied to clipboard
Custom S3 endpoint
For example I can setup my own S3 API compatible object storage server using https://github.com/minio/minio and would be great to be able to upload artifacts there. As I understand it's currently not possible to configure a custom S3 endpoint, means S3 endpoint is hardcoded somewhere in the code to s3.amazonaws.com.
I ended up for now using regular Amazon AWS Command Line Interface passing --endpoint option.