nushell/crates/old/nu_plugin_s3
Jakub Žádník 2873e943b3
Add search terms to Command and Signature (#4980)
* Add search terms to command

* Rename Signature desc to usage

To be named uniformly with extra_usage

* Throw in foldl search term for reduce

* Add missing usage to post

* Add search terms to signature

* Try to add capnp Signature serialization
2022-03-27 22:25:30 +03:00
..
src Add search terms to Command and Signature (#4980) 2022-03-27 22:25:30 +03:00
Cargo.toml Bump nushell to 0.60.1 (#4987) 2022-03-27 16:18:47 +13:00
demo.png Move old plugins (#4721) 2022-03-04 09:36:03 -05:00
README.md Move old plugins (#4721) 2022-03-04 09:36:03 -05: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