Skip to content

Commit

Permalink
fixup! hack: add cloud-init bootstrap via cluster object store
Browse files Browse the repository at this point in the history
  • Loading branch information
cbang-akamai committed Dec 6, 2024
1 parent 921b0d8 commit 6ddd604
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cloud/services/object_storage_objects.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ func CreateObject(ctx context.Context, mscope *scope.MachineScope, data []byte,
Bucket: aws.String(bucket),
Key: aws.String(key),
Body: s3manager.ReadSeekCloser(bytes.NewReader(data)),
// TODO: Enable SSE?
// ServerSideEncryption: types.ServerSideEncryptionAes256,
}); err != nil {
return "", fmt.Errorf("put object (%s) in bucket (%s)", key, bucket)
}
Expand Down

0 comments on commit 6ddd604

Please sign in to comment.