#bucket #surf #s3 #select

surf_bucket_select

Read documents stored in a bucket with surf client without dowload the full document in memory

5 releases

0.2.2 Aug 29, 2021
0.2.1 Aug 29, 2021
0.2.0 Aug 28, 2021
0.1.1 Jul 26, 2021
0.1.0 Jul 22, 2021

#15 in #surf

MIT/Apache

31KB
660 lines

surf_bucket_select

A temporary project to use bucket select with surf. Actualy, Rusoto is under migration to a new SDK.

Installation

[dependencies]
surf_bucket_select = "0.2.2"

Usage

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

Contributing

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.

License

Apache MIT

Dependencies

~16–30MB
~447K SLoC