Skip to content

Commit

Permalink
Added required parameter to s3.NewBucketWithConfig()
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Hausherr <jens@hausherr.net>
  • Loading branch information
jabbrwcky committed Oct 28, 2024
1 parent a32a5ca commit 5464cd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions providers/s3/s3_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ func TestSSECencryption(t *testing.T) {
log.NewNopLogger(),
cfg,
"test-ssec",
nil,
)
testutil.Ok(t, err)

Expand Down

0 comments on commit 5464cd5

Please sign in to comment.