| Package | Description |
|---|---|
| io.sovaj.basics.amazonws.client | |
| io.sovaj.basics.amazonws.client.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
IAmazonWSClient.copy(String srcKey,
String destKey)
Copy a file/object within S3.
|
void |
IAmazonWSClient.delete(String key)
Delete a file/object from S3.
|
String |
IAmazonWSClient.deploy(String contentType,
InputStream content,
String destKey)
Push a file/object onto S3.
|
String |
IAmazonWSClient.move(String srcKey,
String destKey)
Move a file/object within S3.
|
InputStream |
IAmazonWSClient.read(String srcKey)
Return an input stream connected to a file/object on S3.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonWSClient.copy(String srcKey,
String destKey) |
void |
AmazonWSClient.delete(String srcKey) |
String |
AmazonWSClient.deploy(String contentType,
InputStream contentStream,
String destKey) |
String |
AmazonWSClient.move(String srcKey,
String destKey) |
InputStream |
AmazonWSClient.read(String srcKey) |
Copyright © 2016. All rights reserved.