Package | Description |
---|---|
net.noderunner.amazon.s3 |
Modifier and Type | Field and Description |
---|---|
static CallingFormat |
CallingFormat.PATH
Call by using a path.
|
static CallingFormat |
CallingFormat.SUBDOMAIN
Call by using a sub-domain of the bucket name.
|
static CallingFormat |
CallingFormat.VANITY
Call using a "vanity" or user-provided hostname.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryGenerator.setCallingFormat(CallingFormat format) |
static boolean |
Bucket.validateBucketName(String bucketName,
CallingFormat callingFormat)
Returns true if the bucket name is valid for the calling format.
|
boolean |
Bucket.validateName(CallingFormat callingFormat)
Returns true if the bucket name is valid for the calling format.
|
Constructor and Description |
---|
Connection(String awsAccessKeyId,
String awsSecretAccessKey,
boolean isSecure,
String server,
CallingFormat format)
Constructs a new Connection.
|
Connection(String awsAccessKeyId,
String awsSecretAccessKey,
boolean isSecure,
String server,
int port,
CallingFormat format)
Create a new interface to interact with S3 with the given credential and connection
parameters
|
QueryGenerator(String awsAccessKeyId,
String awsSecretAccessKey,
boolean isSecure,
String server,
CallingFormat callingFormat) |
QueryGenerator(String awsAccessKeyId,
String awsSecretAccessKey,
boolean isSecure,
String server,
int port,
CallingFormat callingFormat) |
Copyright © 2013. All Rights Reserved.