s3proxy
s3proxy copied to clipboard
Access other storage backends via the S3 API
Unable to create parent directories of …. when using local file system and deployment without docker
Hi all, I was hoping this to be a basic error but I get this error message when using the application. Just for reference I'm using this as part of...
It seems that when ``` jclouds.provider=filesystem jclouds.filesystem.basedir=./s3_base ``` configuration was used any file with known full path inside `./s3_base` cloud to be retrieved by anonymous user regardless of `s3proxy.authorization` setting....
Hi all, I must start by saying I just discovered this project a couple of days ago and I'm really happy with it because it really provides what I was...
fixes #415
From Twitter: > Is it possible to tell @S3Proxy in a docker, that it should use the IP of the host instead of 127.0.0.1 for presigned urls. Whatever I tried...
When trying to access a file using a browser and a cors request that includes cookies, the request fails due to: ```Credentials flag is true, but Access-Control-Allow-Credentials is not "true".```...
When I try to use s3proxy for testing aws2-s3 component from Apache Camel, I keep getting Error: `[S3Proxy-Jetty-46] ERROR org.gaul.s3proxy.S3ProxyHandler - Unknown header x-amz-te with URI` I know this issue...
This adds a new Middleware that implements writes using a local BlobStore and passes reads through to an upstream BlobStore using some simple logic: - Read requests are returned from...
When a browser based application uses a pre-signed URL to s3proxy (typically generated by its API), it would issue a CORS preflight OPTIONS request first. This request wrongly causes the...
I'm trying to piece together from the wiki and the dockerfile how to run the s3proxy against an Azure Blob Storage account. This is what I have: ``` docker run...