| Package | Description |
|---|---|
| org.gaul.s3proxy | |
| org.gaul.s3proxy.junit |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationType |
AuthenticationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationType[] |
AuthenticationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
S3Proxy.Builder |
S3Proxy.Builder.awsAuthentication(AuthenticationType authenticationType,
String identity,
String credential) |
| Constructor and Description |
|---|
S3ProxyHandler(org.jclouds.blobstore.BlobStore blobStore,
AuthenticationType authenticationType,
String identity,
String credential,
String virtualHost,
long v4MaxNonChunkedRequestSize,
boolean ignoreUnknownHeaders,
org.gaul.s3proxy.CrossOriginResourceSharing corsRules,
String servicePath) |
| Modifier and Type | Method and Description |
|---|---|
S3ProxyRule.Builder |
S3ProxyRule.Builder.withCredentials(AuthenticationType authType,
String accessKey,
String secretKey) |
Copyright © 2019. All rights reserved.