mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-06 12:36:56 +00:00
Added prefix, and SSE in S3 (#20678)
This commit is contained in:
parent
b4c50e0201
commit
880a2cd7a8
@ -43,6 +43,15 @@ public class S3Configuration {
|
||||
@JsonProperty("cloudFrontPrivateKeyPath")
|
||||
private String cloudFrontPrivateKeyPath;
|
||||
|
||||
@JsonProperty("prefixPath")
|
||||
private String prefixPath;
|
||||
|
||||
@JsonProperty("sseAlgorithm")
|
||||
private String sseAlgorithm;
|
||||
|
||||
@JsonProperty("kmsKeyId")
|
||||
private String kmsKeyId;
|
||||
|
||||
@AssertTrue(
|
||||
message = "Either useIamRole must be true or both accessKey and secretKey must be provided")
|
||||
public boolean isValidCredentials() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user