Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How can I upload to an S3-compatible object store that is *not* aws?

Nick Reilingh
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 15, 2021

I am running an S3-compatible object store called MinIO and would like to upload to it from a bitbucket pipeline. Do any of the existing pipes allow for defining the S3 API location instead of an AWS region? If not, what would be the most effective way to implement this in a pipeline?

1 answer

1 accepted

0 votes
Answer accepted
Nick Reilingh
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 16, 2021

Figured out the answer. You can use the aws-s3-deploy pipe and then add the endpoint URL in the EXTRA_ARGS variable.

- pipe: atlassian/aws-s3-deploy:1.1.0
variables:
EXTRA_ARGS: --endpoint-url https://my_api

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events