1 parent 0471a40 commit f02c375Copy full SHA for f02c375
1 file changed
object.go
@@ -45,8 +45,8 @@ type DetailsResponse struct {
45
// Server-side encryption (e.g. "AES256" or "aws:kms")
46
ServerSideEncryption string
47
// KMS Key ID (ARN or ID) when ServerSideEncryption is "aws:kms"
48
- SSEKMSKeyId string
49
- AmzMeta map[string]string
+ SSEKMSKeyId string
+ AmzMeta map[string]string
50
ExtraHeaders map[string]string
51
}
52
0 commit comments