You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: