qcloud-cos-sdk:用于Qcloud COS的Ruby SDK

时间:2021-05-02 15:48:12
【文件属性】:
文件名称:qcloud-cos-sdk:用于Qcloud COS的Ruby SDK
文件大小:42KB
文件格式:ZIP
更新时间:2021-05-02 15:48:12
Ruby Qcloud COS 这是用于Qcloud COS(云对象服务)的功能齐全的Ruby SDK。 我们保持API简单但功能强大,为您提供更多*。 好好享受! 安装 将此行添加到您的应用程序的Gemfile中: gem 'qcloud_cos' 然后执行: $ bundle 或将其自己安装为: $ gem install qcloud_cos 用法 QcloudCos . configure do | config | config . app_id = 'app-id' config . secret_id = 'secret_id' config . secret_key = 'secret_key' config . endpoint = "http://web.file.myqcloud.com/files/v1/" config . bucket =
【文件预览】:
qcloud-cos-sdk-master
----.gitignore(117B)
----bin()
--------setup(115B)
--------console(790B)
--------qcloud-cos(5KB)
----.travis.yml(96B)
----qcloud_cos.gemspec(1KB)
----.rubocop.yml(636B)
----LICENSE(10KB)
----README.md(2KB)
----lib()
--------qcloud_cos()
--------qcloud_cos.rb(2KB)
----wiki()
--------get_started.md(32KB)
----Gemfile(111B)
----Rakefile(369B)
----test()
--------qcloud_cos_test.rb(13KB)
--------qcloud_cli_test.rb(13KB)
--------folder_object_test.rb(1KB)
--------test_helper.rb(1KB)
--------fixtures()
--------authorization_test.rb(1KB)

网友评论