| Package | Description |
|---|---|
| org.jets3t.apps.cockpit.gui |
Provides the main GUI components (dialogs and panels) for Cockpit.
|
| 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 |
|---|---|
private void |
BucketLoggingDialog.displayBucketLoggingStatus(S3BucketLoggingStatus loggingStatus) |
| Modifier and Type | Method and Description |
|---|---|
S3BucketLoggingStatus |
S3Service.getBucketLoggingStatus(java.lang.String bucketName)
Retrieves the logging status settings of a bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
S3Service.setBucketLoggingStatus(java.lang.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.
|