feat(storage): add code samples - #6225
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces new example files demonstrating appendable object operations (finalize, pause/resume, read tail, and write) for Google Cloud Storage, gated under the unstable-stream feature. The feedback suggests improving code readability in lib.rs by using imported types directly instead of fully qualified paths, and removing redundant flush() calls before close() and finalize() operations since those methods perform flushing internally.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6225 +/- ##
==========================================
- Coverage 96.03% 96.03% -0.01%
==========================================
Files 269 269
Lines 67566 67566
==========================================
- Hits 64888 64884 -4
- Misses 2678 2682 +4 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
c4eeeda to
c974d54
Compare
08173a0 to
318502d
Compare
Issue #5716.