public class S3BucketConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
accessKey
Credentials: the Amazon Web Services access key
|
String |
bucketName
The bucket from which you want to download.
|
String |
secretKey
Credentials: the Amazon Web Services secret key corresponding to the access key.
|
| Constructor and Description |
|---|
S3BucketConfig() |
| Modifier and Type | Method and Description |
|---|---|
static S3BucketConfig |
fromConfig(com.fasterxml.jackson.databind.JsonNode config)
Create a BucketConfig from a JSON configuration node.
|
String |
toString() |
public String accessKey
public String secretKey
public String bucketName
public static S3BucketConfig fromConfig(com.fasterxml.jackson.databind.JsonNode config)
Copyright © 2018. All rights reserved.