| Package | Description | 
|---|---|
| com.jcabi.s3 | 
 Amazon S3 object layer. 
 | 
| com.jcabi.s3.cached | 
 Cached objects. 
 | 
| com.jcabi.s3.fake | 
 Fake classes. 
 | 
| com.jcabi.s3.retry | 
 Auto-retry classes. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Bucket.Prefixed
Creates bucket with specified origin bucket and prefix. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Bucket | 
Ocket.bucket()
Get bucket we're in. 
 | 
Bucket | 
Ocket.Text.bucket()  | 
Bucket | 
Ocket.Empty.bucket()  | 
Bucket | 
Region.bucket(String name)
Get bucket. 
 | 
Bucket | 
Region.Simple.bucket(String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
Bucket.Prefixed.compareTo(Bucket bucket)  | 
| Constructor and Description | 
|---|
Bucket.Prefixed(Bucket bucket,
               String pfx)
Public ctor. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CdBucket
Cached bucket. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Bucket | 
CdOcket.bucket()  | 
Bucket | 
CdRegion.bucket(String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
CdBucket.compareTo(Bucket bucket)  | 
| Constructor and Description | 
|---|
CdBucket(Bucket bkt)
Public ctor. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FkBucket
Mock/fake bucket. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Bucket | 
FkOcket.bucket()  | 
Bucket | 
FkRegion.bucket(String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
FkBucket.compareTo(Bucket bucket)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ReBucket
Region that retries a few times before giving up. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Bucket | 
ReOcket.bucket()  | 
Bucket | 
ReRegion.bucket(String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
ReBucket.compareTo(Bucket bkt)  | 
| Constructor and Description | 
|---|
ReBucket(Bucket bkt)
Public ctor. 
 | 
Copyright © 2012–2017 jcabi.com. All rights reserved.