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

blob: make blob.Bucket implement io/fs.FS and io/fs.SubFS #3272

Merged
merged 1 commit into from
Jul 19, 2023

Conversation

vangent
Copy link
Contributor

@vangent vangent commented Jul 18, 2023

Fixes #3071.

@codecov
Copy link

codecov bot commented Jul 18, 2023

Codecov Report

Merging #3272 (ae59fa2) into master (a655179) will increase coverage by 0.04%.
The diff coverage is 83.49%.

@@            Coverage Diff             @@
##           master    #3272      +/-   ##
==========================================
+ Coverage   77.43%   77.47%   +0.04%     
==========================================
  Files         103      104       +1     
  Lines       13607    13710     +103     
==========================================
+ Hits        10536    10622      +86     
- Misses       2339     2350      +11     
- Partials      732      738       +6     
Impacted Files Coverage Δ
blob/blob.go 86.85% <ø> (ø)
blob/blob_fs.go 83.49% <83.49%> (ø)

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.

blob: add io/fs.FS support
1 participant