Skip to content

Commit

Permalink
fix s3ng test config
Browse files Browse the repository at this point in the history
Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
  • Loading branch information
butonic committed Sep 18, 2023
1 parent 8489b20 commit 0bc4651
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/oc-integration-tests/drone/storage-users-s3ng.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"

0 comments on commit 0bc4651

Please sign in to comment.