Skip to content
/ psh3ll Public

pSh3ll (Amazon S3 command shell for Perl) The pSh3ll is a Perl based command shell for managing your Amazon S3 objects.

Notifications You must be signed in to change notification settings

dann/psh3ll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 

Repository files navigation

HOW TO USE
  
  $ perl psh3ll.pl

  if you don't set AWS access key and AWS secret key,
  you need to set it when you run psh3ll first.
  Your configuration is stored in ~/.psh3ll


COMMANDS

  You can use commands listed as follows.
  Commands are completed when you hit Tab key.

    bucket [bucketname]
    count [prefix]
    createbucket
    delete <id>
    deleteall [prefix]
    deletebucket
    exit
    get
    getacl ['bucket'|'item'] <id>
    getfile <id> <file>
    gettorrent <id>
    head ['bucket'|'item'] <id>
    host [hostname]
    list [prefix] [max]
    listatom [prefix] [max]
    listrss [prefix] [max]
    listbuckets
    pass [password]
    put <id> <data>
    putfile <id> <file>
    putfilewacl <id> <file> ['private'|'public-read'|'public-read-write'|'authenticated-read']
    quit
    setacl ['bucket'|'item'] <id> ['private'|'public-read'|'public-read-write'|'authenticated-read']
    user [username]

AUTHOR

  Dann techmemo (at) gmail.com

About

pSh3ll (Amazon S3 command shell for Perl) The pSh3ll is a Perl based command shell for managing your Amazon S3 objects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages