Athens: aliyun oss

Created on 4 Jul 2019  路  4Comments  路  Source: gomods/athens

v0.3.1 version athens with storage aliyun oss
when put object to oss ,the oss server return an exception

NotImplemented
Aws MultiChunkedEncoding is not supported.
5D1D9AB1A9692A992EBF780C
oss-us-west-1-internal.aliyuncs.com

How is this going锛烪ow should I solve this problem?

Most helpful comment

set EnableSSL = true can solve this problem. Because Aliyun hasn't supported this Aws MultiChunkedEncoding yet. Https can work around this problem.

All 4 comments

@opinionsDazzle is this for Alibaba object storage? I'm not exactly sure how to fix this at the moment, but can you post a link to some documentation for the object storage you're using?

It's possible that since https://github.com/gomods/athens/pull/1107 (iirc 0.3.1 was a patch release containing that PR) we are using some features that aren't supported by Alibaba object storage.

@opinionsDazzle can you try if 0.3.0 is working for you so we can confirm that?

@arschles @marpio I may take a look if no one else is working on it.

set EnableSSL = true can solve this problem. Because Aliyun hasn't supported this Aws MultiChunkedEncoding yet. Https can work around this problem.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sidprak picture sidprak  路  3Comments

Haiyung picture Haiyung  路  3Comments

komuw picture komuw  路  3Comments

marpio picture marpio  路  3Comments

robjloranger picture robjloranger  路  3Comments