Docs.rs
filesync-0.2.0
filesync 0.2.0
Docs.rs crate page
CC0-1.0
Links
Homepage
Repository
crates.io
Source
Owners
mistodon
Dependencies
async-trait ^0.1
normal
aws-sdk-s3 ^0.29
normal
optional
chrono ^0.4
normal
filetime ^0.2
normal
ignore ^0.4
normal
md5 ^0.7
normal
thiserror ^1
normal
aws-config ^0.56
dev
aws-sdk-s3 ^0.29
dev
pollster ^0.3
dev
pretty_assertions ^1.4
dev
tokio ^1
dev
Versions
54.29%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
filesync
0.2.0
Module s3
Module Items
Structs
Enums
In crate filesync
filesync
Module
s3
Copy item path
Source
Expand description
Provides a FileSource for a path in an S3 bucket.
Structs
§
S3Files
A
FileSource
for files under a path in an S3 bucket.
Enums
§
S3Error
Error type for
S3Files
errors.