-
Notifications
You must be signed in to change notification settings - Fork 559
Labels
plannedPlanned for the short termPlanned for the short termsnackx-squadIssues that are being handled by the x-squadIssues that are being handled by the x-squad
Description
Contact Details [Optional]
No response
System Information
No response
Issue Description
When writing files to Alibaba OSS using our standard s3fs/boto3 setup, we are getting the following error:
InvalidArgument: aws-chunked encoding is not supported
This happens because Alibaba’s S3 implementation doesn’t support the chunked encoding that AWS SDKs force by default when using Signature Version 4. The fix is to force the client to use Signature Version 2.
Code Snippet [Optional]
import zenml
# Your code hereCode of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
plannedPlanned for the short termPlanned for the short termsnackx-squadIssues that are being handled by the x-squadIssues that are being handled by the x-squad
Type
Projects
Status
In Review