Coder Social home page Coder Social logo

Comments (5)

mozillazg avatar mozillazg commented on August 25, 2024 2

@forsaken628 关于 golang 的问题,我写了一个 golang sdk: https://github.com/mozillazg/go-cos
封装了所有的 XML API,可以供你参考。

from cos-nodejs-sdk-v5.

carsonxu avatar carsonxu commented on August 25, 2024

问题 3,如果把签名放在 header 里的 authorization 字段里就不需要 urlencode,也就没这个编码问题。
如果是要放在 url 的 sign 参数,这里不同语言不一致,再做一层转义替换就好。

问题 1 和 2 我们这边再确认下问题。

from cos-nodejs-sdk-v5.

forsaken628 avatar forsaken628 commented on August 25, 2024

什么时候能把1.3.0版本发出来啊?等着用呢

from cos-nodejs-sdk-v5.

carsonxu avatar carsonxu commented on August 25, 2024

已发布 v2.0.0

from cos-nodejs-sdk-v5.

carsonxu avatar carsonxu commented on August 25, 2024

@forsaken628 这边 url encode 可以按照以下这个标准:
encode 前(最前面的 xxx 后有个空格):
xxx "#$%&+,-./0123456789:;<=>?@abcdefghijklmnopqrstuvwxyz[\]^`abcdefghijklmnopqrstuvwxyz{|}~xxx
encode 后:
xxx%20%22%23%24%25%26%2B%2C-.%2F0123456789%3A%3B%3C%3D%3E%3F%40ABCDEFGHIJKLMNOPQRSTUVWXYZ%5B%5C%5D%5E
%60abcdefghijklmnopqrstuvwxyz%7B%7C%7D~xxx

from cos-nodejs-sdk-v5.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.