mirror of
https://github.com/nushell/nushell
synced 2024-11-15 01:17:07 +00:00
88555860f3
* fetch content from s3 resource * remove submodule * fix clippy * update Cargo.lock * fix s3 plugin dependency version
9 lines
301 B
Markdown
9 lines
301 B
Markdown
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](https://raw.githubusercontent.com/yanganto/nu_plugin_s3/master/demo.png)
|
|
|