artefactual-sdps / temporal-activities

Temporal activities is a library of general purpose activities
Apache License 2.0
1 stars 0 forks source link

Add bucket interaction activities #25

Closed jraddaoui closed 3 months ago

jraddaoui commented 3 months ago

Add activities to upload, download and delete a blob/file to/from a configured blob.Bucket.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 85.24%. Comparing base (bf45680) to head (c40dd94). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #25 +/- ## ========================================== + Coverage 82.56% 85.24% +2.67% ========================================== Files 12 15 +3 Lines 281 332 +51 ========================================== + Hits 232 283 +51 Misses 26 26 Partials 23 23 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

jraddaoui commented 3 months ago

@djjuhasz This is ready for an initial review. I'm planning to improve the documentation (in code and in a readme) while I tackle #26.