|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcascading.util.S3Util
@Deprecated public class S3Util
Class S3Util encapsulates calls to the JetS3t API.
| Nested Class Summary | |
|---|---|
static class |
S3Util.Request
Deprecated. |
| Field Summary | |
|---|---|
static String |
MIME_DIRECTORY
Deprecated. |
| Constructor Summary | |
|---|---|
S3Util()
Deprecated. |
|
| Method Summary | |
|---|---|
static boolean |
deleteObject(S3Service s3Service,
S3Bucket s3Bucket,
Path path)
Deprecated. |
static String |
getKeyFrom(Path path)
Deprecated. |
static S3Object |
getObject(S3Service s3Service,
S3Bucket s3Bucket,
Path path,
S3Util.Request type)
Deprecated. |
static InputStream |
getObjectInputStream(S3Object object)
Deprecated. |
static S3Bucket |
getS3Bucket(URI uri)
Deprecated. |
static RestS3Service |
getS3Service(URI uri)
Deprecated. |
static RestS3Service |
getS3Service(URI uri,
String defaultAccessKey,
String defaultSecretAccessKey)
Deprecated. |
static boolean |
isDirectory(S3Object object)
Deprecated. |
static S3Object[] |
listObjects(S3Service s3Service,
S3Bucket s3Bucket,
Path path)
Deprecated. |
static String[] |
parseAWSUri(URI uri,
String defaultAccessKey,
String defaultSecretAccessKey)
Deprecated. |
static void |
putObject(S3Service s3Service,
S3Bucket bucket,
S3Object object)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String MIME_DIRECTORY
| Constructor Detail |
|---|
public S3Util()
| Method Detail |
|---|
@Deprecated
public static String[] parseAWSUri(URI uri,
String defaultAccessKey,
String defaultSecretAccessKey)
uri - defaultAccessKey - defaultSecretAccessKey -
@Deprecated public static RestS3Service getS3Service(URI uri)
@Deprecated
public static RestS3Service getS3Service(URI uri,
String defaultAccessKey,
String defaultSecretAccessKey)
@Deprecated public static S3Bucket getS3Bucket(URI uri)
@Deprecated
public static boolean deleteObject(S3Service s3Service,
S3Bucket s3Bucket,
Path path)
throws IOException
IOException
@Deprecated
public static S3Object getObject(S3Service s3Service,
S3Bucket s3Bucket,
Path path,
S3Util.Request type)
throws IOException
s3Service - s3Bucket - path - type -
IOException - thrown if there is an error communicating to S3@Deprecated public static String getKeyFrom(Path path)
@Deprecated
public static S3Object[] listObjects(S3Service s3Service,
S3Bucket s3Bucket,
Path path)
throws IOException
IOException@Deprecated public static boolean isDirectory(S3Object object)
@Deprecated
public static void putObject(S3Service s3Service,
S3Bucket bucket,
S3Object object)
throws IOException
IOException
@Deprecated
public static InputStream getObjectInputStream(S3Object object)
throws IOException
IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||