lakestream 0.0.3

Portable file-utility for object-stores
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod backend;
mod bucket;
mod client;
mod client_config;
mod client_headers;
mod config;
mod get;
mod list;
mod parse_http_response;
mod request_builder;
mod request_handler;