Skip to content
New issue

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

support session token for object storage #2261

Merged
merged 6 commits into from
Jun 18, 2022
Merged

support session token for object storage #2261

merged 6 commits into from
Jun 18, 2022

Conversation

davies
Copy link
Contributor

@davies davies commented Jun 17, 2022

close #2236

@davies davies requested a review from zhijian-pro June 17, 2022 05:10
cmd/config.go Outdated Show resolved Hide resolved
@codecov-commenter
Copy link

codecov-commenter commented Jun 17, 2022

Codecov Report

Merging #2261 (d012f9d) into main (32fbe0d) will increase coverage by 0.21%.
The diff coverage is 48.74%.

@@            Coverage Diff             @@
##             main    #2261      +/-   ##
==========================================
+ Coverage   61.74%   61.95%   +0.21%     
==========================================
  Files         138      137       -1     
  Lines       25052    25236     +184     
==========================================
+ Hits        15468    15635     +167     
- Misses       7784     7794      +10     
- Partials     1800     1807       +7     
Impacted Files Coverage Δ
cmd/mount.go 61.73% <0.00%> (-0.23%) ⬇️
pkg/object/azure.go 1.69% <0.00%> (ø)
pkg/object/b2.go 2.04% <0.00%> (ø)
pkg/object/bos.go 1.50% <0.00%> (ø)
pkg/object/cos.go 1.36% <0.00%> (-0.02%) ⬇️
pkg/object/eos.go 6.06% <0.00%> (-0.40%) ⬇️
pkg/object/etcd.go 1.90% <0.00%> (ø)
pkg/object/gs.go 2.15% <0.00%> (ø)
pkg/object/ibmcos.go 1.28% <0.00%> (ø)
pkg/object/jss.go 6.06% <0.00%> (ø)
... and 52 more

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 09dabc4...d012f9d. Read the comment docs.

@davies davies merged commit f8bb61d into main Jun 18, 2022
@davies davies deleted the session_token branch June 18, 2022 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Access S3 using Session token
3 participants