s3handler 0.9.0

An s3 handler for s3rs nu-shell-s3-plugin
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly
matrix:
  allow_failures:
    - rust: nightly
  fast_finish: true
cache: cargo

script:
  - cargo check --verbose --features=tokio-async
  - cargo test  --verbose --features=tokio-async
  - cargo build --verbose --features=tokio-async