Package | Description |
---|---|
net.noderunner.amazon.s3 |
Modifier and Type | Method and Description |
---|---|
List<Bucket> |
ListAllBucketsResponse.getEntries()
Returns the bucket entries, unmodifiable.
|
Modifier and Type | Method and Description |
---|---|
Response |
Connection.create(Bucket bucket)
Creates a new bucket.
|
org.apache.commons.httpclient.URI |
QueryGenerator.create(Bucket bucket,
Headers headers) |
Response |
Connection.create(Bucket bucket,
String location)
Creates a new bucket with a location.
|
Response |
Connection.create(Bucket bucket,
String location,
Headers headers)
Creates a new bucket.
|
Response |
Connection.delete(Bucket bucket)
Deletes a bucket.
|
org.apache.commons.httpclient.URI |
QueryGenerator.delete(Bucket bucket,
Headers headers) |
Response |
Connection.delete(Bucket bucket,
Headers headers)
Deletes a bucket.
|
Response |
Connection.delete(Bucket bucket,
String key)
Deletes an object from S3.
|
org.apache.commons.httpclient.URI |
QueryGenerator.delete(Bucket bucket,
String key,
Headers headers) |
Response |
Connection.delete(Bucket bucket,
String key,
Headers headers)
Deletes an object from S3.
|
boolean |
Connection.exists(Bucket bucket)
Check if the specified bucket exists (via a HEAD request)
|
GetResponse |
Connection.get(Bucket bucket,
String key)
Reads an object from S3.
|
org.apache.commons.httpclient.URI |
QueryGenerator.get(Bucket bucket,
String key,
Headers headers) |
GetResponse |
Connection.get(Bucket bucket,
String key,
Headers headers)
Reads an object from S3.
|
org.apache.commons.httpclient.URI |
QueryGenerator.getACL(Bucket bucket,
Headers headers) |
GetResponse |
Connection.getACL(Bucket bucket,
Headers headers)
Get the ACL for a given bucket
|
org.apache.commons.httpclient.URI |
QueryGenerator.getACL(Bucket bucket,
String key,
Headers headers) |
GetResponse |
Connection.getACL(Bucket bucket,
String key,
Headers headers)
Get the ACL for a given object (or bucket, if key is null).
|
org.apache.commons.httpclient.URI |
QueryGenerator.getBucketLogging(Bucket bucket,
Headers headers) |
GetResponse |
Connection.getBucketLogging(Bucket bucket,
Headers headers)
Get the logging xml document for a given bucket
|
abstract String |
CallingFormat.getEndpoint(String server,
int port,
Bucket bucket) |
LocationResponse |
Connection.getLocation(Bucket bucket)
Returns the bucket location.
|
abstract String |
CallingFormat.getPathBase(Bucket bucket,
String key) |
GetStreamResponse |
Connection.getStream(Bucket bucket,
String key)
Reads an object from S3, returning a stream to access the data.
|
GetStreamResponse |
Connection.getStream(Bucket bucket,
String key,
Headers headers)
Reads an object from S3, returning a stream to access the data.
|
abstract org.apache.commons.httpclient.URI |
CallingFormat.getURI(boolean isSecure,
String server,
int port,
Bucket bucket,
String key,
Map<String,String> pathArgs) |
Response |
Connection.head(Bucket bucket,
String key)
Returns information about an S3 object without loading it.
|
Response |
Connection.head(Bucket bucket,
String key,
Headers headers)
Returns information about an S3 object without loading it.
|
ListResponse |
Connection.list(Bucket bucket)
Lists the contents of a bucket.
|
ListResponse |
Connection.list(Bucket bucket,
Integer maxKeys)
Lists the contents of a bucket.
|
ListResponse |
Connection.list(Bucket bucket,
String prefix)
Lists the contents of a bucket by prefix.
|
ListResponse |
Connection.list(Bucket bucket,
String prefix,
String marker,
Integer maxKeys)
Lists the contents of a bucket.
|
org.apache.commons.httpclient.URI |
QueryGenerator.list(Bucket bucket,
String prefix,
String marker,
Integer maxKeys,
Headers headers) |
ListResponse |
Connection.list(Bucket bucket,
String prefix,
String marker,
Integer maxKeys,
Headers headers)
Lists the contents of a bucket.
|
org.apache.commons.httpclient.URI |
QueryGenerator.list(Bucket bucket,
String prefix,
String marker,
Integer maxKeys,
String delimiter,
Headers headers) |
ListResponse |
Connection.list(Bucket bucket,
String prefix,
String marker,
Integer maxKeys,
String delimiter,
Headers headers)
Lists the contents of a bucket.
|
static String |
CanonicalString.make(Method method,
Bucket bucket,
String key,
Map<String,String> pathArgs,
Headers headers)
Returns a canonical string used in authentication.
|
static String |
CanonicalString.make(Method method,
Bucket bucket,
String key,
Map<String,String> pathArgs,
Headers headers,
String expires)
Returns a canonical string used in authentication.
|
String |
QueryGenerator.makeBareURI(Bucket bucket,
String key) |
Response |
Connection.put(Bucket bucket,
String key,
S3Object object)
Writes an object to S3.
|
org.apache.commons.httpclient.URI |
QueryGenerator.put(Bucket bucket,
String key,
S3Object object,
Headers headers) |
Response |
Connection.put(Bucket bucket,
String key,
S3Object object,
Headers headers)
Writes an object to S3.
|
org.apache.commons.httpclient.URI |
QueryGenerator.putACL(Bucket bucket,
Headers headers) |
org.apache.commons.httpclient.URI |
QueryGenerator.putACL(Bucket bucket,
String key,
Headers headers) |
Response |
Connection.putACL(Bucket bucket,
String aclXMLDoc,
Headers headers)
Write a new ACL for a given bucket
|
Response |
Connection.putACL(Bucket bucket,
String key,
String aclXMLDoc,
Headers headers)
Write a new ACL for a given object
|
org.apache.commons.httpclient.URI |
QueryGenerator.putBucketLogging(Bucket bucket,
Headers headers) |
Response |
Connection.putBucketLogging(Bucket bucket,
String loggingXMLDoc,
Headers headers)
Write a new logging xml document for a given bucket
|
Copyright © 2013. All Rights Reserved.