beeb / awsbck

Backup a folder to AWS S3, once or periodically
https://crates.io/crates/awsbck
Apache License 2.0
6 stars 0 forks source link

Refactor the archive file interface and visibility of public members #12

Closed beeb closed 1 year ago

beeb commented 1 year ago

This new struct allows to keep a reference to the tempdir so that it doesn't get dropped prematurely (and thus deleted). Changed the visibility of all pub members to pub(crate).