public class S3Client extends Object
| Constructor and Description |
|---|
S3Client(com.amazonaws.services.s3.AmazonS3 s3Client) |
| Modifier and Type | Method and Description |
|---|---|
void |
createGzipObject(String bucket,
String path,
String content) |
void |
createObject(String bucket,
String path,
String content) |
void |
createSnappyObject(String bucket,
String path,
String content) |
void |
createZipObject(String bucket,
String path,
String content) |
public void createGzipObject(String bucket, String path, String content) throws IOException
IOExceptionpublic void createZipObject(String bucket, String path, String content) throws IOException
IOExceptionpublic void createSnappyObject(String bucket, String path, String content) throws IOException
IOExceptionCopyright © 2017. All rights reserved.