CircleCI-Public / aws-s3-orb

Integrate Amazon AWS S3 with your CircleCI CI/CD pipeline easily with the aws-s3 orb.
https://circleci.com/orbs/registry/orb/circleci/aws-s3
MIT License
10 stars 20 forks source link

[FEATURE] Support AWS endpoint #21

Closed atmosx closed 2 years ago

atmosx commented 3 years ago

Is your feature request related to a problem? Please describe. I want to use this ORB with Digital Ocean Spaces. DO spaces is an s3-compatible object store.

Describe the solution you'd like I would like to use a variable to setup the default AWS endpoint. See the s3cmd example.

Describe alternatives you've considered Using s3cmd in CircleCI.

Additional context This solution will make this orb suitable for many s3-compatible storage services.

brivu commented 2 years ago

Hey @atmosx,

While this definitely sounds like a good idea, this orb is strictly an aws orb so installing s3cmd would not be possible. An entirely separate orb for Digital Ocean Spaces would be necessary.

-Brian