Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support SSE S3 in SingularityUploader #1763

Merged
merged 7 commits into from Apr 2, 2018
Merged

Support SSE S3 in SingularityUploader #1763

merged 7 commits into from Apr 2, 2018

Conversation

leoxlin
Copy link
Contributor

@leoxlin leoxlin commented Mar 23, 2018

@baconmania @ssalinas

@@ -79,7 +80,8 @@ public S3UploadMetadata(@JsonProperty("directory") String directory,
@JsonProperty("uploaderType") Optional<SingularityUploaderType> uploaderType,
@JsonProperty("gcsCredentials") Map<String, Object> gcsCredentials,
@JsonProperty("gcsStorageClass") Optional<String> gcsStorageClass,
@JsonProperty("encryptionKey") Optional<String> encryptionKey) {
@JsonProperty("encryptionKey") Optional<String> encryptionKey,
@JsonProperty("s3ServerSideEncryption") Optional<Boolean> s3ServerSideEncryption) {
Copy link
Member

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
Member

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

@@ -217,6 +220,10 @@ public SingularityUploaderType getUploaderType() {
return encryptionKey;
}

public boolean getUseS3ServerSideEncryption() {
Copy link
Member

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
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.

None yet

3 participants