Skip to content

Support SSE S3 in SingularityUploader - #1763

Merged
ssalinas merged 7 commits into
HubSpot:masterfrom
leoxlin:support-sse-s3-in-uploader
Apr 2, 2018
Merged

Support SSE S3 in SingularityUploader#1763
ssalinas merged 7 commits into
HubSpot:masterfrom
leoxlin:support-sse-s3-in-uploader

Conversation

@leoxlin

@leoxlin leoxlin commented Mar 23, 2018

Copy link
Copy Markdown
Contributor

@baconmania @ssalinas

@JsonProperty("gcsStorageClass") Optional<String> gcsStorageClass,
@JsonProperty("encryptionKey") Optional<String> encryptionKey) {
@JsonProperty("encryptionKey") Optional<String> encryptionKey,
@JsonProperty("s3ServerSideEncryption") Optional<Boolean> s3ServerSideEncryption) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we name this something more like useS3ServerSideEncryption? Makes it a bit more obvious it's a boolean and not a string to specify a type of encryption. Other than that PR looks good 👍

@ssalinas ssalinas added this to the 0.20.0 milestone Mar 26, 2018
@ssalinas

Copy link
Copy Markdown
Contributor

🚢 I'll move this through to staging/qa/etc

return encryptionKey;
}

public boolean getUseS3ServerSideEncryption() {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sry, missed this earlier. Can this be isUseS3ServerSideEncryption

@ssalinas ssalinas added the hs_qa label Mar 27, 2018
@pschoenfelder

Copy link
Copy Markdown
Contributor

🚢

@ssalinas
ssalinas merged commit f7c133f into HubSpot:master Apr 2, 2018
@leoxlin
leoxlin deleted the support-sse-s3-in-uploader branch June 28, 2018 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants