public interface S3Properties
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessKey()
The s3 access key
|
Map<String,String> |
getBuckets()
The file's category and bucket mapping, the file will be stored in corresponding bucket for different category,
if the bucket is not defined for the file's category , the default bucket will be taken place.
|
String |
getBucketStyle()
The bucket style
|
com.amazonaws.ClientConfiguration |
getClientConfiguration()
Client configuration options such as proxy settings, user agent string, max retry attempts, etc.
|
String |
getDefaultBucket()
The default bucket to store the file which's bucket is not specified for category.
|
String |
getEndpoint()
The service endpoint either with or without the protocol (e.g.
|
String |
getRegion()
The region to use for SigV4 signing of requests (e.g.
|
String |
getSecretKey()
The s3 access secret
|
String getAccessKey()
String getSecretKey()
String getEndpoint()
String getRegion()
String getBucketStyle()
host for virtual-host as default
path for sub path
String getDefaultBucket()
Map<String,String> getBuckets()
com.amazonaws.ClientConfiguration getClientConfiguration()
Copyright © 2019. All rights reserved.