Thank you for the reply.
We tried using PathStyle but failed with below error:
Sep 11 02:12:50 keep0 keepstore[971]: {“ClusterID”:“cborg”,“PID”:971,“RequestID”:“req-dkpsz75ng85d3pgre68n”,“error”:“exceeded maximum number of attempts, 3, request send failed, Put “https://arvados-bucket1.axpl2yfqp7q2.compat.objectstorage.me-jeddah-1.oraclecloud.com/d41d8cd98f00b204e9800998ecf8427e”: tls: failed to verify certificate: x509: certificate is valid for swiftobjectstorage.me-jeddah-1.oraclecloud.com, not arvados-bucket1.axpl2yfqp7q2.compat.objectstorage.me-jeddah-1.oraclecloud.com”,“level”:“error”,“msg”:“s3-bucket:“arvados-bucket1”: Put(d41d8cd98f00b204e9800998ecf8427e) failed”,“remoteAddr”:“10.1.1.2:41092”,“reqBytes”:0,“reqForwardedFor”:"",“reqHost”:“keep0.cborg.projectnelly.com:25107”,“reqMethod”:“PUT”,“reqPath”:“d41d8cd98f00b204e9800998ecf8427e”,“reqQuery”:"",“time”:“2024-09-11T02:12:50.758511772Z”}
This is how we define in the config file:
Clusters:
clustername:
Volumes:
volumename:
AccessViaHosts:
“http://keep0.domain.com:25107”: {}
Driver: S3
DriverParameters:
Bucket: arvados-bucket1
#ORACLE ENDPOINT:
Endpoint: "https://axpl2yfqp7q2.compat.objectstorage.me-jeddah-1.oraclecloud.com"
LocationConstraint: false
StorageClasses: null
So it seems we may need a flag to arvados to use Path Style?