Closed votdev closed 1 year ago
Make sure that the URL used to access the s3gw Admin Ops API or the S3 endpoints are in correct shape. Under all circumstances the URL's need to be relativ, e.g. /objectstore/test-object-store-v2/api needs to be objectstore/test-object-store-v2/api.
/objectstore/test-object-store-v2/api
objectstore/test-object-store-v2/api
Make sure the joined URL does NOT start with a /.
/
Make sure that the URL used to access the s3gw Admin Ops API or the S3 endpoints are in correct shape. Under all circumstances the URL's need to be relativ, e.g.
/objectstore/test-object-store-v2/api
needs to beobjectstore/test-object-store-v2/api
.Make sure the joined URL does NOT start with a
/
.