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

Azure Multipart Upload #552

Open
akshay-sawant-bh opened this issue Sep 7, 2023 · 1 comment
Open

Azure Multipart Upload #552

akshay-sawant-bh opened this issue Sep 7, 2023 · 1 comment
Labels

Comments

@akshay-sawant-bh
Copy link

Facing issues when doing part upload on Azure where part with invalid ETag gets uploaded as well as more parts then actually uploaded gets completed in complete upload API, does S3proxy support multipart upload on Azure

@gaul
Copy link
Owner

gaul commented Feb 20, 2024

S3Proxy supports Azure multi-part upload but needs to subdivide the S3 parts into smaller sizes due to Azure limitations:

if (getBlobStoreType(blobStore).equals("azureblob")) {

I believe that upgrading the Azure version would raise but not eliminate this limit. Can you more precisely describe the symptoms you observe?

@gaul gaul added the needinfo label Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants