An open API service indexing awesome lists of open source software.

https://github.com/psolbach/s3shell

↩️ Let's cd, rm, ls that s3!
https://github.com/psolbach/s3shell

Last synced: 11 months ago
JSON representation

↩️ Let's cd, rm, ls that s3!

Awesome Lists containing this project

README

          

# s3shell

s3shell is a shell-like interface to Amazon Web Services s3.
Built on top of s4cmd, it speaks a dialect of common UNIX lingo.

### Example
$ s3shell

.. welcome to s3shell

> ls
... s3://foo
... s3://bar

> cd s3://f s3://foo
: xyz.com > put file.txt .
README.md => s3://xyz.com

> ls
...
cat keys.json

### Installation

- touch /tmp/s3shell_completer.log
- touch /tmp/s3history.txt
- ln -ls s3shell.py /usr/local/bin/s3shell
- chmod +x /usr/local/bin/s3shell

### Disclaimer
This is very much WIP.