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

Upload to non-amazon S3 #46

Closed randomairborne closed 1 year ago

randomairborne commented 1 year ago

Is your feature request related to a problem? Please describe. I need to be able to deploy my files to Cloudflare R2. S3 is too expensive.

Describe the solution you'd like I would like an s3-url argument, so i can specify a different upload location.

kelvintaywl commented 1 year ago

hi @randomairborne

thanks for your feature request. However, this Orb is specifically only for use with AWS S3 buckets. Perhaps you would like to look into any of these 3rd-party Orbs related to Cloudflare to see if it has your use-case with R2? https://circleci.com/developer/orbs?query=cloudflare&page=1&pageSize=15

randomairborne commented 1 year ago

Unfortunately none of them do, so I will stick to GitHub Actions for now.