Skip navigation links
A B C D E F G H I J K L M O P S T V W 

A

after() - Method in class org.gaul.s3proxy.junit.S3ProxyRule
 
ATTRIBUTE_QUERY_ENCODING - Static variable in class org.gaul.s3proxy.S3ProxyConstants
Request attributes.
AuthenticationType - Enum in org.gaul.s3proxy
 
awsAuthentication(AuthenticationType, String, String) - Method in class org.gaul.s3proxy.S3Proxy.Builder
 

B

before() - Method in class org.gaul.s3proxy.junit.S3ProxyRule
 
blobStore(BlobStore) - Method in class org.gaul.s3proxy.S3Proxy.Builder
 
BlobStoreLocator - Interface in org.gaul.s3proxy
 
build() - Method in class org.gaul.s3proxy.junit.S3ProxyRule.Builder
 
build() - Method in class org.gaul.s3proxy.S3Proxy.Builder
 
builder() - Static method in class org.gaul.s3proxy.junit.S3ProxyRule
 
builder() - Static method in class org.gaul.s3proxy.S3Proxy
 

C

corsRules(CrossOriginResourceSharing) - Method in class org.gaul.s3proxy.S3Proxy.Builder
 

D

doHandle(HttpServletRequest, HttpServletRequest, HttpServletResponse, InputStream) - Method in class org.gaul.s3proxy.S3ProxyHandler
 

E

endpoint(URI) - Method in class org.gaul.s3proxy.S3Proxy.Builder
 
equals(Object) - Method in class org.gaul.s3proxy.S3Proxy.Builder
 

F

fromProperties(Properties) - Static method in class org.gaul.s3proxy.S3Proxy.Builder
 

G

getAccessKey() - Method in class org.gaul.s3proxy.junit.S3ProxyRule
 
getBlobStoreLocator() - Method in class org.gaul.s3proxy.S3ProxyHandler
 
getCredential() - Method in class org.gaul.s3proxy.S3Proxy.Builder
 
getEndpoint() - Method in class org.gaul.s3proxy.S3Proxy.Builder
 
getIdentity() - Method in class org.gaul.s3proxy.S3Proxy.Builder
 
getPort() - Method in class org.gaul.s3proxy.S3Proxy
 
getSecretKey() - Method in class org.gaul.s3proxy.junit.S3ProxyRule
 
getSecureEndpoint() - Method in class org.gaul.s3proxy.S3Proxy.Builder
 
getSecurePort() - Method in class org.gaul.s3proxy.S3Proxy
 
getServicePath() - Method in class org.gaul.s3proxy.S3Proxy.Builder
 
getState() - Method in class org.gaul.s3proxy.S3Proxy
 
getUri() - Method in class org.gaul.s3proxy.junit.S3ProxyRule
 

H

hashCode() - Method in class org.gaul.s3proxy.S3Proxy.Builder
 

I

ignoreUnknownHeaders() - Method in class org.gaul.s3proxy.junit.S3ProxyRule.Builder
 
ignoreUnknownHeaders(boolean) - Method in class org.gaul.s3proxy.S3Proxy.Builder
 

J

jettyMaxThreads(int) - Method in class org.gaul.s3proxy.S3Proxy.Builder
 

K

keyStore(String, String) - Method in class org.gaul.s3proxy.S3Proxy.Builder
 

L

locateBlobStore(String, String, String) - Method in interface org.gaul.s3proxy.BlobStoreLocator
 

M

Main - Class in org.gaul.s3proxy
 
main(String[]) - Static method in class org.gaul.s3proxy.Main
 

O

org.gaul.s3proxy - package org.gaul.s3proxy
 
org.gaul.s3proxy.junit - package org.gaul.s3proxy.junit
 

P

PROPERTY_AUTHORIZATION - Static variable in class org.gaul.s3proxy.S3ProxyConstants
 
PROPERTY_CORS_ALLOW_ALL - Static variable in class org.gaul.s3proxy.S3ProxyConstants
When true, include "Access-Control-Allow-Origin: *" in all responses.
PROPERTY_CORS_ALLOW_HEADERS - Static variable in class org.gaul.s3proxy.S3ProxyConstants
 
PROPERTY_CORS_ALLOW_METHODS - Static variable in class org.gaul.s3proxy.S3ProxyConstants
 
PROPERTY_CORS_ALLOW_ORIGINS - Static variable in class org.gaul.s3proxy.S3ProxyConstants
 
PROPERTY_CREDENTIAL - Static variable in class org.gaul.s3proxy.S3ProxyConstants
 
PROPERTY_ENDPOINT - Static variable in class org.gaul.s3proxy.S3ProxyConstants
 
PROPERTY_EVENTUAL_CONSISTENCY - Static variable in class org.gaul.s3proxy.S3ProxyConstants
When true, model eventual consistency using two storage backends.
PROPERTY_EVENTUAL_CONSISTENCY_DELAY - Static variable in class org.gaul.s3proxy.S3ProxyConstants
Minimum delay, in seconds, when propagating modifications from the write backend to the read backend.
PROPERTY_EVENTUAL_CONSISTENCY_PROBABILITY - Static variable in class org.gaul.s3proxy.S3ProxyConstants
Probability of eventual consistency, between 0.0 and 1.0.
PROPERTY_IDENTITY - Static variable in class org.gaul.s3proxy.S3ProxyConstants
 
PROPERTY_IGNORE_UNKNOWN_HEADERS - Static variable in class org.gaul.s3proxy.S3ProxyConstants
 
PROPERTY_JETTY_MAX_THREADS - Static variable in class org.gaul.s3proxy.S3ProxyConstants
 
PROPERTY_KEYSTORE_PASSWORD - Static variable in class org.gaul.s3proxy.S3ProxyConstants
 
PROPERTY_KEYSTORE_PATH - Static variable in class org.gaul.s3proxy.S3ProxyConstants
 
PROPERTY_NULL_BLOBSTORE - Static variable in class org.gaul.s3proxy.S3ProxyConstants
Discard object data.
PROPERTY_READ_ONLY_BLOBSTORE - Static variable in class org.gaul.s3proxy.S3ProxyConstants
Prevent mutations.
PROPERTY_SECURE_ENDPOINT - Static variable in class org.gaul.s3proxy.S3ProxyConstants
 
PROPERTY_SERVICE_PATH - Static variable in class org.gaul.s3proxy.S3ProxyConstants
 
PROPERTY_TIMESKEW - Static variable in class org.gaul.s3proxy.S3ProxyConstants
 
PROPERTY_V4_MAX_NON_CHUNKED_REQUEST_SIZE - Static variable in class org.gaul.s3proxy.S3ProxyConstants
 
PROPERTY_VIRTUAL_HOST - Static variable in class org.gaul.s3proxy.S3ProxyConstants
Configure servicing of virtual host buckets.

S

S3Exception - Exception in org.gaul.s3proxy
 
S3Proxy - Class in org.gaul.s3proxy
S3Proxy translates S3 HTTP operations into jclouds provider-agnostic operations.
S3Proxy.Builder - Class in org.gaul.s3proxy
 
S3ProxyConstants - Class in org.gaul.s3proxy
 
S3ProxyHandler - Class in org.gaul.s3proxy
HTTP server-independent handler for S3 requests.
S3ProxyHandler(BlobStore, AuthenticationType, String, String, String, long, boolean, CrossOriginResourceSharing, String) - Constructor for class org.gaul.s3proxy.S3ProxyHandler
 
S3ProxyRule - Class in org.gaul.s3proxy.junit
A JUnit Rule that manages an S3Proxy instance which tests can use as an S3 API endpoint.
S3ProxyRule.Builder - Class in org.gaul.s3proxy.junit
 
secureEndpoint(URI) - Method in class org.gaul.s3proxy.S3Proxy.Builder
 
sendSimpleErrorResponse(HttpServletRequest, HttpServletResponse, S3ErrorCode, String, Map<String, String>) - Method in class org.gaul.s3proxy.S3ProxyHandler
 
servicePath(String) - Method in class org.gaul.s3proxy.S3Proxy.Builder
 
setBlobStoreLocator(BlobStoreLocator) - Method in class org.gaul.s3proxy.S3Proxy
 
setBlobStoreLocator(BlobStoreLocator) - Method in class org.gaul.s3proxy.S3ProxyHandler
 
start() - Method in class org.gaul.s3proxy.S3Proxy
 
stop() - Method in class org.gaul.s3proxy.S3Proxy
 

T

toString() - Method in exception org.gaul.s3proxy.S3Exception
 

V

v4MaxNonChunkedRequestSize(long) - Method in class org.gaul.s3proxy.S3Proxy.Builder
 
valueOf(String) - Static method in enum org.gaul.s3proxy.AuthenticationType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.gaul.s3proxy.AuthenticationType
Returns an array containing the constants of this enum type, in the order they are declared.
virtualHost(String) - Method in class org.gaul.s3proxy.S3Proxy.Builder
 

W

withBlobStoreProvider(String) - Method in class org.gaul.s3proxy.junit.S3ProxyRule.Builder
 
withCredentials(AuthenticationType, String, String) - Method in class org.gaul.s3proxy.junit.S3ProxyRule.Builder
 
withCredentials(String, String) - Method in class org.gaul.s3proxy.junit.S3ProxyRule.Builder
 
withPort(int) - Method in class org.gaul.s3proxy.junit.S3ProxyRule.Builder
 
withSecretStore(String, String) - Method in class org.gaul.s3proxy.junit.S3ProxyRule.Builder
 
A B C D E F G H I J K L M O P S T V W 
Skip navigation links

Copyright © 2019. All rights reserved.