mirror of
https://github.com/nushell/nushell.git
synced 2024-11-26 18:33:50 +01:00
bff81f24aa
* Autogenerate missing docs * Update ansi.md * Rename question mark command docs * Delete empty?.md
639 B
639 B
s3
Load S3 resource into a cell, convert to table if possible (avoid by appending '--raw' or '-R')
Usage
> s3 <RESOURCE> {flags}
Parameters
<RESOURCE>
the RESOURCE to fetch the contents from
Flags
- -h, --help: Display this help message
- -e, --endpoint : the endpoint info for the S3 resource, i.g., s3.ap-northeast-1.amazonaws.com or 10.1.1.1
- -a, --access_key : the access key when authenticating
- -s, --secret_key : the secret key when authenticating
- -r, --region : the region of the resource, default will use us-east-1
- -R, --raw: fetch contents as text rather than a table