Class S3ProxyAccessProvider

java.lang.Object
ch.tocco.nice2.persist.s3storage.impl.S3ProxyAccessProvider
All Implemented Interfaces:
BinaryAccessProvider

@Component public class S3ProxyAccessProvider extends Object implements BinaryAccessProvider
Proxy implementation of BinaryAccessProvider which forwards all requests to different S3AccessProvider. This is used during development: Instead of copying an entire bucket, the existing bucket is available for read requests only. All write operations will be executed on the 'overlay' bucket.