diff --git a/tests/oc-integration-tests/drone/storage-users-s3ng.toml b/tests/oc-integration-tests/drone/storage-users-s3ng.toml index db2f0ba336f..252b24c2c5b 100644 --- a/tests/oc-integration-tests/drone/storage-users-s3ng.toml +++ b/tests/oc-integration-tests/drone/storage-users-s3ng.toml @@ -28,6 +28,8 @@ permissionssvc = "localhost:10000" "s3.bucket" = "test" "s3.access_key" = "test" "s3.secret_key" = "test" +"s3.disable_ssl" = true +"s3.force_path_style" = true "metadata_backend" = "xattrs" # we have a locally running dataprovider @@ -48,4 +50,6 @@ permissionssvc = "localhost:10000" "s3.bucket" = "test" "s3.access_key" = "test" "s3.secret_key" = "test" +"s3.disable_ssl" = true +"s3.force_path_style" = true "metadata_backend" = "xattrs"