connect object storage with minio
I am trying to connect minio to object storage and want to create buckets through minio. I had a hard time figuring out what the s3 compatible service-url for my object storage in linode is ?
3 Replies
Another thing I am not sure if this is correct I tried using https://us-east-1.linodeobjects.com as service for minio and created the bucket using minio. The bucket is not visible through linode dashboard. but when I try to create another one with same name through linode dashboard it says bucket already exists.
Also having problems connecting Minio to Linode Object Storage
https://www.linode.com/community/questions/20641/cannot-connect-to-minio-gateway-with-linode-object-storage
I got it work working
minio gateway s3 https://{{your-region}}.linodeobjects.com
make sure your api keys are added as minio accesskey and secretkey. Also ensure you are setting domain in minio if you are using minio generated URL.