| Package | Description | 
|---|---|
| com.jcabi.s3 | 
 Amazon S3 object layer. 
 | 
| com.jcabi.s3.cached | 
 Cached objects. 
 | 
| com.jcabi.s3.mock | 
 Mock/fake classes. 
 | 
| com.jcabi.s3.retry | 
 Auto-retry classes. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Region.Simple
Simple implementation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Region | 
Bucket.region()
Get region we're in. 
 | 
Region | 
Bucket.Prefixed.region()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CdRegion
Cached region. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Region | 
CdBucket.region()  | 
| Constructor and Description | 
|---|
CdRegion(Region reg)
Public ctor. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MkRegion
Mock/fake region. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Region | 
MkBucket.region()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ReRegion
Region that retries a few times before giving up. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Region | 
ReBucket.region()  | 
| Constructor and Description | 
|---|
ReRegion(Region reg)
Public ctor. 
 | 
Copyright © 2012–2014 jcabi.com. All rights reserved.