public class S3Config extends Object
| Constructor and Description |
|---|
S3Config(String region,
String bucket,
String storageClass,
String accessKey,
String secretKey,
int expirationSeconds,
boolean disableSslVerify) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessKey() |
String |
getBucket() |
int |
getExpirationSeconds() |
String |
getRegion() |
String |
getSecretKey() |
String |
getStorageClass() |
public S3Config(String region, String bucket, String storageClass, String accessKey, String secretKey, int expirationSeconds, boolean disableSslVerify)
region - AWS regionbucket - S3 storage bucketstorageClass - S3 storage classaccessKey - access key for authenticating to AWSsecretKey - secret key for authenticating to AWSexpirationSeconds - period in seconds after which requests signed for this bucket
will expiredisableSslVerify - if true disable Amazon server certificate and hostname
verificationpublic String getRegion()
public String getBucket()
public String getStorageClass()
public String getAccessKey()
public String getSecretKey()
public int getExpirationSeconds()
Copyright © 2017 Eclipse JGit Project. All rights reserved.