mozillazg / go-cos

腾讯云对象存储服务 COS(Cloud Object Storage) Go SDK(XML API)
https://godoc.org/github.com/mozillazg/go-cos
MIT License
88 stars 26 forks source link

AuthorizationTransport 增加支持配置临时密钥 Closed #6 #17

Closed mozillazg closed 5 years ago

mozillazg commented 5 years ago

AuthorizationTransport 增加 SessionToken 字段,支持通过临时密钥访问。

codecov[bot] commented 5 years ago

Codecov Report

Merging #17 into develop will decrease coverage by 0.05%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #17      +/-   ##
===========================================
- Coverage    96.33%   96.28%   -0.06%     
===========================================
  Files           16       16              
  Lines          819      807      -12     
===========================================
- Hits           789      777      -12     
  Misses          16       16              
  Partials        14       14
Impacted Files Coverage Δ
auth.go 98.54% <100%> (+0.02%) :arrow_up:
object_part.go 100% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4c0872c...2987dcb. Read the comment docs.