Skip to content

Commit 2ffddf6

Browse files
committed
debug
1 parent dcd4905 commit 2ffddf6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ require (
5858
google.golang.org/grpc v1.46.0 // indirect
5959
)
6060

61-
replace github.com/flyteorg/stow => github.com/ddl-rliu/stow v0.0.7
61+
replace github.com/flyteorg/stow => github.com/ddl-rliu/stow v0.0.6-0.20240214205431-897714158730

s3/container.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ func (c *container) PreSignRequest(ctx context.Context, clientMethod stow.Client
6161
// params.SSEKMSKeyId = aws.String(encryptionKey)
6262
// }
6363
// }
64+
params.ServerSideEncryption = aws.String("aws:kms")
65+
params.SSEKMSKeyId = aws.String("kmsId") // placeholder - i think the presigned-url setup means this dummy value is sufficient
6466
}
6567

6668
req, _ = c.client.PutObjectRequest(params)

0 commit comments

Comments
 (0)