s3proxy
s3proxy copied to clipboard
Configure all copy ops to be multipart?
Is it possible to force all copy operations to be multipart? We have S3Proxy sitting behind an Azure App Gateway (with a Web App Firewall) and it limits uploads to max 2 MB unless the request has a multipart content type. Unfortunately, we cannot control how the S3 API calls are constructed on the client-side, as S3Proxy itself sits in front of a vendor app that was originally designed for AWS. Any ideas or suggestions? Thanks.
I think we should accept some configuration knob and environment variable in this case. Could you submit a PR to add this?