Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Caching? #598

Open
mfclarke-cnx opened this issue Jan 19, 2024 · 1 comment
Open

Caching? #598

mfclarke-cnx opened this issue Jan 19, 2024 · 1 comment

Comments

@mfclarke-cnx
Copy link

mfclarke-cnx commented Jan 19, 2024

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.

@gaul
Copy link
Owner

gaul commented Feb 20, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants