public class ObjectStore extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
bucketSuffix |
protected com.amazonaws.services.s3.AmazonS3Client |
client |
| Constructor and Description |
|---|
ObjectStore(com.amazonaws.services.s3.AmazonS3Client client,
String bucketSuffix) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkBucket(String effectiveBucketName) |
String |
getBucketForYear(String bucket) |
String |
getBucketName(String bucket) |
com.amazonaws.services.s3.AmazonS3Client |
getClient()
Provides access to the underlying S3 store.
|
protected final com.amazonaws.services.s3.AmazonS3Client client
protected final String bucketSuffix
public ObjectStore(com.amazonaws.services.s3.AmazonS3Client client,
String bucketSuffix)
public com.amazonaws.services.s3.AmazonS3Client getClient()
public void checkBucket(String effectiveBucketName)
Copyright © 2018. All rights reserved.