Skip to content

Commit 0e849d4

Browse files
committed
fixup! hack: add cloud-init bootstrap via cluster object store
Disable SSE-C
1 parent 299a558 commit 0e849d4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cloud/services/object_storage_objects.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ func CreateObject(ctx context.Context, mscope *scope.MachineScope, data []byte,
4646
Bucket: aws.String(bucket),
4747
Key: aws.String(key),
4848
Body: s3manager.ReadSeekCloser(bytes.NewReader(data)),
49-
// TODO: Enable SSE?
50-
// ServerSideEncryption: types.ServerSideEncryptionAes256,
5149
}); err != nil {
5250
return "", fmt.Errorf("put object (%s) in bucket (%s)", key, bucket)
5351
}

0 commit comments

Comments
 (0)