文件名称:interactive_s3:AWS CLI 的交互式 shell (aws s3)
文件大小:16KB
文件格式:ZIP
更新时间:2024-07-14 18:33:22
Ruby
互动S3 InteractiveS3 是一个交互式 shell,可以使用的aws s3命令轻松扩展。 要求 Ruby (=> 2.0.0) AWS CLI (~> 1.5.1) 安装 $ gem install interactive_s3 用法 开始 InteractiveS3 从命令行运行。 $ is3 可用命令 cd :更改当前路径。 pwd :显示当前路径。 lls : 显示本地文件列表。 exit : 退出 InteractiveS3。 和aws s3命令。 例子 s 3> ls 2014-08-07 00:22:58 my-bucket s 3> cd my-bucket s3://my-bucket > ls 2014-08-11 00:23:56 4 . 2014-08-20 01:31:34 5 foo s3://my-b
【文件预览】:
interactive_s3-master
----.gitignore(154B)
----.rspec(31B)
----bin()
--------is3(121B)
----interactive_s3.gemspec(915B)
----.travis.yml(46B)
----LICENSE.txt(1KB)
----spec()
--------interactive_s3()
--------spec_helper.rb(84B)
----README.md(1KB)
----lib()
--------interactive_s3()
--------interactive_s3.rb(401B)
----Gemfile(99B)
----Rakefile(117B)