We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/aliyun-beta/aliyun-oss-ruby-sdk/blob/master/lib/aliyun/oss/http.rb#L128
The text was updated successfully, but these errors were encountered:
要支持 https 还有一些其它工作要做,如果你有兴趣实现,可以参考一下 https://github.com/aliyun-beta/aliyun-odps-ruby-sdk/blob/ab994a6f4785527daa8940527bc5f7fb53d1623c/lib/aliyun/odps/http.rb#L84-L91 https://github.com/aliyun-beta/aliyun-odps-ruby-sdk/blob/ab994a6f4785527daa8940527bc5f7fb53d1623c/wiki/ssl.md
Sorry, something went wrong.
上传不重要,重点是下载的 URL,例如 bucket_get_object_share_link 这个函数出来的 URL,永远都是 http 的,在实际应用场景可能需要 https 的,因为整站都是 SSL 的
bucket_get_object_share_link
如果是 bucket_get_object_share_link 的话,可以在这里支持:utils#get_endpoint
No branches or pull requests
https://github.com/aliyun-beta/aliyun-oss-ruby-sdk/blob/master/lib/aliyun/oss/http.rb#L128
The text was updated successfully, but these errors were encountered: