s3proxy
                                
                                
                                
                                    s3proxy copied to clipboard
                            
                            
                            
                        Caching?
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.
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.