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

Provide Support for Upload Large Files in Azure Storage Service Connector #7622

Open
ThisaruGuruge opened this issue Feb 21, 2025 · 0 comments

Comments

@ThisaruGuruge
Copy link
Member

Current Limitation

Currently, the ballerinax/azure_storage_service connector does not allow uploading files exceeding 4MB. The Azure Storage Service does not allow directly uploading files larger than 4 MB. If a file exceeds 4BM limit, they should be chunked before uploading. The current connector implementation does not support this.

This requirement is expected to be fixed from 2201.8.x onwards.

Suggested Improvement

Check the file size before uploading and if the file size exceeds the allowed size, chunk the file. The API should provide the user to decide the chunk size, and the default can be 4MB.

Version

4.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

No branches or pull requests

1 participant