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.
|
Modifier and Type | Method and Description |
---|---|
Invalidation |
CloudFrontService.getInvalidation(String distributionId,
String invalidationId) |
Invalidation |
CloudFrontService.invalidateObjects(String distributionId,
S3Object[] objects,
String callerReference)
Remove distribution objects from a CloudFront edge server cache to force
a refresh of the object data from the S3 origin.
|
Invalidation |
CloudFrontService.invalidateObjects(String distributionId,
String[] objectKeys,
String callerReference)
Remove distribution objects from a CloudFront edge server cache to force
a refresh of the object data from the S3 origin.
|
Modifier and Type | Method and Description |
---|---|
Invalidation |
CloudFrontXmlResponsesSaxParser.InvalidationHandler.getInvalidation() |
Copyright © 2006–2018. All rights reserved.