How to use s3 upload to minio? #190
-
gdg:0.4.5 My config:
I run:
Output:
How to use s3 upload in minio? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Technically Minio/Ceph isn't supported yet. I am using Minio in a test case, but I had to write some custom code to get that working. I need to make that a bit more generic for general consumption. You can see if there's anything useful in the lib GDG is using: ttps://github.com/google/go-cloud or the S3 specific driver which is invoked when you set the type to S3. Otherwise, will have to wait till I have some cycles to add Minio support. |
Beta Was this translation helpful? Give feedback.
-
Here's a few more references: google/go-cloud#3240 I asked the question a while back. https://software.es.net/gdg/docs/gdg/cloud_configuration/ more info. Also, the access_key and secret_key are no longer supported. You should be configuring your bucket via AWS tools and GDG will pick up the auth information from there. |
Beta Was this translation helpful? Give feedback.
-
@DimentR next release will address this change. Waiting on the code review and that should get be the last ticket for 0.5.0 to be released with this change. |
Beta Was this translation helpful? Give feedback.
-
These are the instructions on how to set it up @DimentR https://software.es.net/gdg/docs/gdg/cloud_configuration/#custom |
Beta Was this translation helpful? Give feedback.
These are the instructions on how to set it up @DimentR https://software.es.net/gdg/docs/gdg/cloud_configuration/#custom