Skip to content

Commit

Permalink
Use messagepack backend in the s3ng acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aduffeck committed Mar 13, 2023
1 parent bd710ef commit 39e8ddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/oc-integration-tests/drone/storage-users-s3ng.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ permissionssvc = "localhost:10000"
"s3.bucket" = "test"
"s3.access_key" = "test"
"s3.secret_key" = "test"
"metadata_backend" = "ini"
"metadata_backend" = "messagepack"

# we have a locally running dataprovider
[http]
Expand All @@ -48,4 +48,4 @@ permissionssvc = "localhost:10000"
"s3.bucket" = "test"
"s3.access_key" = "test"
"s3.secret_key" = "test"
"metadata_backend" = "ini"
"metadata_backend" = "messagepack"

0 comments on commit 39e8ddc

Please sign in to comment.