Package | Description |
---|---|
org.jets3t.service |
Provides the main S3 Service interface, on which all JetS3t REST/HTTP or SOAP
implementations are based, and utilites applicable for all services.
|
Modifier and Type | Method and Description |
---|---|
S3BucketLoggingStatus |
S3Service.getBucketLoggingStatus(String bucketName)
Retrieves the logging status settings of a bucket.
|
Modifier and Type | Method and Description |
---|---|
void |
S3Service.setBucketLoggingStatus(String bucketName,
S3BucketLoggingStatus status,
boolean updateTargetACLifRequired)
Applies logging settings to a bucket, optionally modifying the ACL permissions for the
logging target bucket to ensure log files can be written to it.
|
Copyright © 2006–2018. All rights reserved.