| Package | Description |
|---|---|
| org.jets3t.service.impl.rest.httpclient |
Provides a REST/HTTP S3 Service implementation based on the
Apache HttpClient library - this
implementation is the most reliable and efficient implementation provided with JetS3t.
|
| org.jets3t.service.model |
Provides objects that model entities in S3 such as objects, buckets and owners.
|
| Modifier and Type | Method and Description |
|---|---|
GSBucket |
GoogleStorageService.createBucket(java.lang.String bucketName) |
GSBucket |
GoogleStorageService.createBucket(java.lang.String bucketName,
java.lang.String location,
AccessControlList acl) |
GSBucket |
GoogleStorageService.createBucket(java.lang.String bucketName,
java.lang.String location,
AccessControlList acl,
java.lang.String projectId)
Creates a bucket in a specific location, without checking whether the bucket already
exists.
|
GSBucket[] |
GoogleStorageService.listAllBuckets() |
GSBucket[] |
GoogleStorageService.listAllBuckets(java.lang.String projectId)
List all buckets in a given project
|
| Modifier and Type | Method and Description |
|---|---|
void |
GoogleStorageService.putBucketAcl(GSBucket bucket)
Applies access control settings to a bucket.
|
| Modifier and Type | Method and Description |
|---|---|
static GSBucket[] |
GSBucket.cast(StorageBucket[] buckets) |