The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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 Champions.
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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
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 Champions.
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
TAGS
AUG Leaders

Atlassian Community Events