1
0
mirror of https://github.com/nushell/nushell.git synced 2025-08-01 08:31:41 +02:00
Files
.cargo
.github
assets
crates
nu-cli
nu-color-config
nu-command
nu-engine
nu-glob
nu-json
nu-parser
nu-path
nu-plugin
nu-pretty-hex
nu-protocol
nu-system
nu-table
nu-term-grid
nu-test-support
nu-utils
nu_plugin_custom_values
nu_plugin_example
nu_plugin_gstat
nu_plugin_inc
nu_plugin_python
nu_plugin_query
old
nu_plugin_chart
nu_plugin_from_bson
nu_plugin_from_mp4
nu_plugin_from_sqlite
nu_plugin_s3
src
Cargo.toml
README.md
demo.png
nu_plugin_start
nu_plugin_to_bson
nu_plugin_to_sqlite
nu_plugin_tree
README.md
docker
docs
images
pkg_mgrs
samples
src
tests
wix
.gitignore
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Cargo.lock
Cargo.toml
LICENSE
README.md
README.release.txt
build-all-maclin.sh
build-all-windows.cmd
build-all.nu
build.rs
install-all.ps1
install-all.sh
register-plugins.nu
rust-toolchain.toml
uninstall-all.sh
nushell/crates/old/nu_plugin_s3
2022-09-12 08:29:39 +12:00
..
2022-09-12 08:29:39 +12:00
2022-03-04 09:36:03 -05:00
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