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

A

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

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

C

corsAllowAll(boolean) - 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
 

G

getBlobStoreLocator() - Method in class org.gaul.s3proxy.S3ProxyHandler
 
getPort() - Method in class org.gaul.s3proxy.S3Proxy
 
getSecurePort() - Method in class org.gaul.s3proxy.S3Proxy
 
getState() - Method in class org.gaul.s3proxy.S3Proxy
 

I

ignoreUnknownHeaders(boolean) - 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
 

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_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_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_SECURE_ENDPOINT - Static variable in class org.gaul.s3proxy.S3ProxyConstants
 
PROPERTY_SERVICE_PATH - 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, Optional<String>, long, boolean, boolean, String) - Constructor for class org.gaul.s3proxy.S3ProxyHandler
 
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
 
A B C D E G I K L M O P S T V 
Skip navigation links

Copyright © 2017. All rights reserved.