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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
S3BucketVersioningStatus |
S3Service.getBucketVersioningStatus(String bucketName)
Return versioning status of bucket, which reports on whether the given bucket
has S3 object versioning enabled and whether multi-factor authentication is
required to delete versions.
|
protected abstract S3BucketVersioningStatus |
S3Service.getBucketVersioningStatusImpl(String bucketName) |
Modifier and Type | Method and Description |
---|---|
S3BucketVersioningStatus |
XmlResponsesSaxParser.VersioningConfigurationHandler.getVersioningStatus() |
S3BucketVersioningStatus |
XmlResponsesSaxParser.parseVersioningConfigurationResponse(InputStream inputStream) |
Modifier and Type | Method and Description |
---|---|
protected S3BucketVersioningStatus |
RestS3Service.getBucketVersioningStatusImpl(String bucketName) |
Copyright © 2006–2018. All rights reserved.