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 |
---|---|
MultipleDeleteResult |
S3Service.deleteMultipleObjects(String bucketName,
ObjectKeyAndVersion[] objectNameAndVersions)
Delete multiple objects in a bucket with a single request, with all details in the
(non-"quiet") result.
|
MultipleDeleteResult |
S3Service.deleteMultipleObjects(String bucketName,
ObjectKeyAndVersion[] objectNameAndVersions,
boolean isQuiet)
Delete multiple objects in a bucket with a single request.
|
MultipleDeleteResult |
S3Service.deleteMultipleObjects(String bucketName,
String[] keys)
Delete multiple objects in a bucket with a single request, with all details in the
(non-"quiet") result.
|
MultipleDeleteResult |
S3Service.deleteMultipleObjectsWithMFA(String bucketName,
ObjectKeyAndVersion[] objectNameAndVersions,
String multiFactorSerialNumber,
String multiFactorAuthCode,
boolean isQuiet)
Delete multiple objects in a bucket with a single request, with optional mult-factor
authentication credentials to permit delete of objects that require it.
|
abstract MultipleDeleteResult |
S3Service.deleteMultipleObjectsWithMFAImpl(String bucketName,
ObjectKeyAndVersion[] objectNameAndVersions,
String multiFactorSerialNumber,
String multiFactorAuthCode,
boolean isQuiet) |
Modifier and Type | Method and Description |
---|---|
MultipleDeleteResult |
XmlResponsesSaxParser.MultipleDeleteResultHandler.getMultipleDeleteResult() |
MultipleDeleteResult |
XmlResponsesSaxParser.parseMultipleDeleteResponse(InputStream inputStream) |
Modifier and Type | Method and Description |
---|---|
MultipleDeleteResult |
RestS3Service.deleteMultipleObjectsWithMFAImpl(String bucketName,
ObjectKeyAndVersion[] objectNameAndVersions,
String multiFactorSerialNumber,
String multiFactorAuthCode,
boolean isQuiet) |
Copyright © 2006–2018. All rights reserved.