Package | Description |
---|---|
org.jets3t.service.impl.rest |
Contains utilties of use to any REST/HTTP S3 Service implementations, and specifically to
the HttpClient implementation provided with JetS3t.
|
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 |
---|---|
protected StorageBucketLoggingStatus |
XmlResponsesSaxParser.BucketLoggingStatusHandler.bucketLoggingStatus |
Modifier and Type | Method and Description |
---|---|
StorageBucketLoggingStatus |
XmlResponsesSaxParser.BucketLoggingStatusHandler.getBucketLoggingStatus() |
Modifier and Type | Method and Description |
---|---|
protected StorageBucketLoggingStatus |
RestStorageService.getBucketLoggingStatusImpl(String bucketName) |
Modifier and Type | Method and Description |
---|---|
protected void |
RestStorageService.setBucketLoggingStatusImpl(String bucketName,
StorageBucketLoggingStatus status) |
Modifier and Type | Class and Description |
---|---|
class |
GSBucketLoggingStatus
Represents Bucket Logging Status settings used to control bucket-based Server Access Logging in
Google Storage.
|
class |
S3BucketLoggingStatus
Represents Bucket Logging Status settings used to control bucket-based Server Access Logging in S3.
|
Copyright © 2006–2018. All rights reserved.