| Interface | Description |
|---|---|
| Bucket |
Amazon S3 bucket.
|
| Ocket |
Amazon S3 object abstraction.
|
| Region |
Amazon S3 abstraction.
|
| Class | Description |
|---|---|
| Bucket.Prefixed |
Creates bucket with specified origin bucket and prefix.
|
| Ocket.Empty |
Ocket with no content at all.
|
| Ocket.Text |
Unicode text S3 object with supplementary functions.
|
| Region.Simple |
Simple implementation.
|
| Exception | Description |
|---|---|
| OcketNotFoundException |
When ocket is not found in bucket.
|
The only dependency you need is (check our latest version available at s3.jcabi.com):
<depedency> <groupId>com.jcabi</groupId> <artifactId>jcabi-s3</artifactId> </dependency>
Copyright © 2012–2017 jcabi.com. All rights reserved.