Crates.io | surf_bucket_select |
lib.rs | surf_bucket_select |
version | 0.2.2 |
source | src |
created_at | 2021-07-22 18:25:23.51205 |
updated_at | 2021-08-29 14:41:49.084979 |
description | Read documents stored in a bucket with surf client without dowload the full document in memory. |
homepage | |
repository | https://github.com/jmfiaschi/surf-bucket-select |
max_upload_size | |
id | 425992 |
size | 86,954 |
A temporary project to use bucket select with surf. Actualy, Rusoto is under migration to a new SDK.
[dependencies]
surf_bucket_select = "0.2.2"
See the examples
./examples/read_csv_file.rs
./examples/read_json_file.rs
how to use this library.
If you want to run this example :
cp .env.dist .env
make minio
make minio-install
cargo run --example read_csv_file
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.