nushell/crates/nu_plugin_s3
Bruce Mitchener 3262ffc1a6
Update s3handler to 0.7 (really 0.7.3). (#3757)
This brings with it a reduction in the number of duplicated
dependencies that it has and the overhead it imposes on our
build.

The number of crates that need to be built for
`cargo build --features extra` drops by roughly 50.
2021-07-10 07:28:07 +12:00
..
src Fix typos (#2842) 2021-01-02 17:24:32 +13:00
Cargo.toml Update s3handler to 0.7 (really 0.7.3). (#3757) 2021-07-10 07:28:07 +12:00
demo.png Fetch content from S3 (#2328) 2020-08-13 05:20:22 +12:00
README.md Fetch content from S3 (#2328) 2020-08-13 05:20:22 +12:00

Nu Plugin S3

An S3 plugin for nu shell, it can load the content of S3 objects and convert into table

Snapshot

In following example, the return content from httpbin is saved before as an object in AWS S3. snapshot