Package | Description |
---|---|
org.jets3t.service.acl.gs | |
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 | Field and Description |
---|---|
static GSAccessControlList |
GSAccessControlList.REST_CANNED_AUTHENTICATED_READ |
static GSAccessControlList |
GSAccessControlList.REST_CANNED_BUCKET_OWNER_FULL_CONTROL |
static GSAccessControlList |
GSAccessControlList.REST_CANNED_BUCKET_OWNER_READ |
static GSAccessControlList |
GSAccessControlList.REST_CANNED_PRIVATE |
static GSAccessControlList |
GSAccessControlList.REST_CANNED_PROJECT_PRIVATE |
static GSAccessControlList |
GSAccessControlList.REST_CANNED_PUBLIC_READ |
static GSAccessControlList |
GSAccessControlList.REST_CANNED_PUBLIC_READ_WRITE |
Modifier and Type | Method and Description |
---|---|
GSAccessControlList |
GoogleStorageService.getBucketAcl(String bucketName) |
Modifier and Type | Method and Description |
---|---|
void |
GoogleStorageService.putBucketAcl(String bucketName,
GSAccessControlList acl)
Applies access control settings to a bucket.
|
Modifier and Type | Method and Description |
---|---|
GSAccessControlList |
GSObject.getAcl() |
GSAccessControlList |
GSBucket.getAcl() |
Modifier and Type | Method and Description |
---|---|
void |
GSObject.setAcl(GSAccessControlList acl)
Set the object's ACL.
|
void |
GSBucket.setAcl(GSAccessControlList acl)
Sets the bucket's Access Control List - this should only be used internally
by JetS3t methods that retrieve information directly from the service.
|
void |
GSBucketLoggingStatus.setPredefinedAcl(GSAccessControlList predefinedAcl) |
Copyright © 2006–2018. All rights reserved.