cloud-copy 0.8.0

A library for copying files to and from cloud storage.
1
2
3
4
//! Implementation of authentication for supported backends.

pub(crate) mod azure;
pub(crate) mod s3;