Skip to content

henry54809/s3BrowserCli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

s3BrowserCli

##Command line interactive browser for s3.

###Instructions put credentials in ~/.aws/credentials in the format:

[your_profile_name]
aws_access_key_id = your_access_key_id
aws_secret_access_key = your_access_key_secret

To install and run:

git clone
cd s3BrowserCli
npm install
node app.js -p your_profile

###Supported commands (so far):

cd folder
ls
get file
get files under current directory based on regex 
  eg. get .* to get all files

###TODO

  • search file based on regex
  • upload multiple files
  • support multiple level up -> cd ../../../ etc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published