s3proxy icon indicating copy to clipboard operation
s3proxy copied to clipboard

Caching?

Open mfclarke-cnx opened this issue 1 year ago • 2 comments

Does s3proxy perform any caching? I am using Azure Blob Storage for my backend, and my application is complaining that the file size is 0 after uploading. Usually this is caused by some kind of cache, where file uploads are cached locally to be uploaded later.

mfclarke-cnx avatar Jan 19 '24 02:01 mfclarke-cnx

This is possible to add via a middleware by chaining the filesystem storage backend in front of another, e.g., azureblob. However this support does not currently exist.

gaul avatar Feb 20 '24 02:02 gaul