项目作者: ysugimoto

项目描述 :
AWS S3 file explorer on CLI
高级语言: Go
项目地址: git://github.com/ysugimoto/ls3.git
创建时间: 2017-07-20T04:32:26Z
项目社区:https://github.com/ysugimoto/ls3

开源协议:MIT License

下载


ls3 : AWS S3 file explorer on CLI

Working example

Installation

  1. $ go get github.com/ysugimoto/ls3/...

It will installed ls3 binary in your $GOBIN

Usage

  1. $ ls3 [options]

Show fiull usage for ls3 -help

  1. $ ls3 -help
  2. ========================================================================
  3. ls3 : AWS S3 file explorer on CLI
  4. ========================================================================
  5. Usage:
  6. ls3 [options]
  7. Options:
  8. -profile [profile name] : Use profile name which is written in ~/.aws/credentials
  9. If not supplied, use default profile
  10. -env : Use credentials from environment variable
  11. You need to export AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY
  12. -bucket : Initial bucket name
  13. -region [region name] : Determine region (default: ap-northeast-1)
  14. -help : Show this help

This tool can explore object file for drill-down and view (text file only) or download object.

Author

Yoshiaki Sugimoto sugimoto@wnotes.net

License

MIT License