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(String bucketName) |
GSBucket |
GoogleStorageService.createBucket(String bucketName,
String location,
AccessControlList acl) |
GSBucket |
GoogleStorageService.createBucket(String bucketName,
String location,
AccessControlList acl,
String projectId)
Creates a bucket in a specific location, without checking whether the bucket already
exists.
|
GSBucket[] |
GoogleStorageService.listAllBuckets() |
GSBucket[] |
GoogleStorageService.listAllBuckets(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) |
Copyright © 2006–2018. All rights reserved.