public interface S3ObjectManager
| Modifier and Type | Method and Description |
|---|---|
void |
download(S3ObjectInterface s3Object,
java.lang.String filePath) |
void |
upload(S3InputObjectInterface s3Object) |
void upload(S3InputObjectInterface s3Object) throws java.lang.Exception
java.lang.Exceptionvoid download(S3ObjectInterface s3Object, java.lang.String filePath) throws java.lang.Exception
java.lang.Exception