abh1sar commented on issue #11073: URL: https://github.com/apache/cloudstack/issues/11073#issuecomment-4785823808
> [@abh1sar](https://github.com/abh1sar) I did some research on the Minio client. I believe it’s possible to add an optional region attribute to the MinioAdminClient by including the .region parameter during the connection establishment. What do you think? > > ./src/main/java/org/apache/cloudstack/storage/datastore/driver/MinIOObjectStoreDriverImpl.java > > https://github.com/minio/minio-java/blob/3835bee80ece65e2ed32db2027c8b74e346e3ef1/api/src/main/java/io/minio/MinioClient.java#L859 Hi @levindecaro , sorry I missed your note earlier. It does look like the bucket can be created using a specified region. Need to test if other functionalities will still work with that. We can probably let user specify a region while creating the object store. There is a feature request for this: https://github.com/apache/cloudstack/issues/13326. We can track it there. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
