Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ddl-rliu committed Feb 15, 2024
1 parent cc4eab8 commit 68e4c1a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions s3/stow_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ func TestPreSignedURL(t *testing.T) {
is.NoErr(err)

container, err := location.Container("flyte-demo")
if err != nil {
t.Skip(err)
}
ctx := context.Background()
res, err := container.PreSignRequest(ctx, stow.ClientMethodPut, "blah/bloh/fileon", stow.PresignRequestParams{
ExpiresIn: time.Hour,
Expand Down Expand Up @@ -95,9 +92,6 @@ func TestPreSignedURLSSEBucket(t *testing.T) {
is.NoErr(err)

container, err := location.Container("flyte-demo")
if err != nil {
t.Skip(err)
}
ctx := context.Background()
res, err := container.PreSignRequest(ctx, stow.ClientMethodPut, "blah/bloh/fileon", stow.PresignRequestParams{
ExpiresIn: time.Hour,
Expand Down

0 comments on commit 68e4c1a

Please sign in to comment.