-
Deprecated Interfaces
-
Deprecated ClassesClassDescription0.8.0 use
DownloadPackage
instead.0.8.0 useThreadedStorageService
instead.0.8.0 useSimpleThreadedStorageService
instead.0.8.0 useServiceEvent
instead.0.8.0 useThreadWatcher
instead.0.8.0 useStorageObjectsChunk
instead.
-
Deprecated Fields
-
Deprecated MethodsMethodDescription0.8.00.7.40.7.40.7.40.7.40.7.4org.jets3t.service.S3Service.createSignedHeadUrl
(String, String, ProviderCredentials, Date, boolean) 0.7.40.7.40.7.40.7.40.7.40.7.40.8.0This method cannot be performed by anonymous services.
0.8.0 useStorageService.getProviderCredentials()
instead0.8.0This method can be performed by anonymous services. Anonymous services can get a publicly-readable object.
Important: It is the caller's responsibility to close the object's data input stream. The data stream should be consumed and closed as soon as is practical as network connections may be held open until the streams are closed. Excessive unclosed streams can lead to connection starvation.
0.8.0This method can be performed by anonymous services. Anonymous services can get a publicly-readable object's details.
0.8.0The objects returned by this method contain only minimal information such as the object's size, ETag, and LastModified timestamp. To retrieve the objects' metadata you must perform follow-up
getObject
orgetObjectDetails
operations.This method can be performed by anonymous services. Anonymous services can only list the objects in a publicly-readable bucket.
0.8.0The objects returned by this method contain only minimal information such as the object's size, ETag, and LastModified timestamp. To retrieve the objects' metadata you must perform follow-up
getObject
orgetObjectDetails
operations.This method can be performed by anonymous services. Anonymous services can only list the objects in a publicly-readable bucket.
NOTE: If you supply a delimiter value that could cause CommonPrefixes ("subdirectory paths") to be included in the results from S3, use the
StorageService.listObjectsChunked(String, String, String, long, String, boolean)
method instead of this one to obtain both object and CommonPrefix values.0.8.0The objects returned by this method contain only minimal information such as the object's size, ETag, and LastModified timestamp. To retrieve the objects' metadata you must perform follow-up
getObject
orgetObjectDetails
operations.This method can be performed by anonymous services. Anonymous services can list the contents of a publicly-readable bucket.
NOTE: If you supply a delimiter value that could cause CommonPrefixes ("subdirectory paths") to be included in the results from S3, use the
StorageService.listObjectsChunked(String, String, String, long, String, boolean)
method instead of this one to obtain both object and CommonPrefix values.
CancelEventTrigger
instead.