Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

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

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

jmfiaschi/surf_bucket_select

Repository files navigation

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"
# select your client: `curl-client` or `h1-client` or etc ... ( <https://github.com/http-rs/surf> )
surf = { version = "2.3", default-features = false, features = ["h1-client", "middleware-logger", "encoding"] }

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 start
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

About

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

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published