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!
- Host: GitHub
- URL: https://github.com/psolbach/s3shell
- Owner: psolbach
- License: mit
- Created: 2014-05-26T21:27:16.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-29T10:11:59.000Z (about 12 years ago)
- Last Synced: 2025-02-21T19:25:23.407Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 164 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.