Uses of Class
ecmwf.ecpds.mover.plugin.http.S3Exception
Packages that use S3Exception
-
Uses of S3Exception in ecmwf.ecpds.mover.plugin.http
Methods in ecmwf.ecpds.mover.plugin.http that throw S3ExceptionModifier and TypeMethodDescriptionBlobStore.blobMetadata(String containerName, String blobName) Blob metadata.final voidS3ProxyHandler.doHandle(javax.servlet.http.HttpServletRequest baseRequest, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, InputStream is) Do handle.BlobStore.getBlob(String containerName, String blobName, GetOptions options) Gets the blob.BlobStore.list()List.BlobStore.list(String containerName, ListContainerOptions options, String prefix, int maxKeys) List.BlobStore.putBlob(String containerName, String blobName, InputStream is) Put blob.voidBlobStore.removeBlobs(String containerName, Collection<String> blobNames) Removes the blobs.