Skip to content

Commit

Permalink
Add prefixed bucket on all e2e tests for S3
Browse files Browse the repository at this point in the history
The idea is that if it works, we can add for all other providers.
Signed-off-by: jademcosta <jade.costa@nubank.com.br>
  • Loading branch information
jademcosta committed May 17, 2022
1 parent 1481f24 commit 6740e25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/objstore/objtesting/foreach.go
Expand Up @@ -95,6 +95,7 @@ func ForeachStore(t *testing.T, testFn func(t *testing.T, bkt objstore.Bucket))
// This needs to be investigated more.

testFn(t, bkt)
testFn(t, objstore.NewPrefixedBucket(bkt, "some_prefix"))
})
}

Expand Down

0 comments on commit 6740e25

Please sign in to comment.