v0.3.1 version athens with storage aliyun oss
when put object to oss ,the oss server return an exception
NotImplemented
How is this going锛烪ow should I solve this problem?
@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.
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.