public interface JetS3RESTService
| Modifier and Type | Method and Description |
|---|---|
void |
deleteObject(File fileName)
Delete object.
|
void |
deleteObject(String fileName)
Delete object.
|
boolean |
putObject(File fileName)
Put object.
|
boolean |
putObject(String fileName)
Put object.
|
boolean putObject(String fileName) throws org.jets3t.service.S3ServiceException, NoSuchAlgorithmException, IOException
fileName - the file nameorg.jets3t.service.S3ServiceException - the s3 service exceptionNoSuchAlgorithmException - the no such algorithm exceptionIOException - Signals that an I/O exception has occurred.boolean putObject(File fileName) throws org.jets3t.service.S3ServiceException, NoSuchAlgorithmException, IOException
fileName - the file nameorg.jets3t.service.S3ServiceException - the s3 service exceptionNoSuchAlgorithmException - the no such algorithm exceptionIOException - Signals that an I/O exception has occurred.void deleteObject(String fileName) throws NoSuchAlgorithmException, IOException, org.jets3t.service.ServiceException
fileName - the file nameNoSuchAlgorithmException - the no such algorithm exceptionIOException - Signals that an I/O exception has occurred.org.jets3t.service.ServiceException - the service exceptionvoid deleteObject(File fileName) throws NoSuchAlgorithmException, IOException, org.jets3t.service.ServiceException
fileName - the file nameNoSuchAlgorithmException - the no such algorithm exceptionIOException - Signals that an I/O exception has occurred.org.jets3t.service.ServiceException - the service exceptionCopyright © 2015. Abhinav Kumar Mishra. All rights reserved.