Merge pull request #9 from rbkmoney/fix-default-values

fix: add default values for aws keys
This commit is contained in:
Anatolii Karlov 2019-01-31 15:26:57 +03:00 committed by GitHub
commit b3f0c71446
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,8 +15,8 @@ public class StorageProperties {
private String endpoint;
private String signingRegion;
private String accessKey;
private String secretKey;
private String accessKey = "";
private String secretKey = "";
private Protocol clientProtocol;
private Integer clientMaxErrorRetry;
private String bucketName;