mirror of
https://github.com/valitydev/file-storage.git
synced 2024-11-06 00:35:22 +00:00
fix: add default values for aws keys
This commit is contained in:
parent
0d66e41b5c
commit
ee93d9a00e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user