nushell/crates/nu_plugin_s3
2021-05-12 15:06:50 +12:00
..
src Fix typos (#2842) 2021-01-02 17:24:32 +13:00
Cargo.toml Bump to 0.31.1 (#3411) 2021-05-12 15:06:50 +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