Skip to content

Add support for Alibaba Cloud OSS Artifact Store #4286

@htahir1

Description

@htahir1

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 here

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

Labels

plannedPlanned for the short termsnackx-squadIssues that are being handled by the x-squad

Projects

Status

In Review

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions