Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minio support? #14

Open
kinwahlai opened this issue Mar 11, 2022 · 1 comment
Open

minio support? #14

kinwahlai opened this issue Mar 11, 2022 · 1 comment

Comments

@kinwahlai
Copy link

any plan to support S3 compatible server like Minio?

@venice81
Copy link

venice81 commented Jul 24, 2022

I also need custom endpoint configuration like this...

# aws --endpoint-url={{third party service}} s3 ls
# Configure Punic
configuration:
  prefix: x.y.z
  local: ~/Library/Caches/Punic
  output: Carthage/Build
  s3Bucket: some-remote-bucket
  endpoint: https://api.thirdpartyobjectstorage.com

or..

# .aws/config
[default]
region = us-east-1
endpoint = https://api.thirdpartyobjectstorage.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants