How to Install s3 NPM Packages on Ubuntu / Debian

How to Install s3 software package in NPM Packages

s3 : high level amazon s3 client. upload and download files and directories. You can installing s3 npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.

$ sudo npm install s3
$ sudo npm install -g s3

If want to update the s3 package execute the command as below,

$ sudo npm update s3

Update package globally,

$ npm install -g s3

Git clone:

$ sudo  git clone https://github.com/rektide/s3.git
$ sudo  npm install -g ./s3

s3@4.4.0 /usr/lib/node_modules/s3

How to remove s3 package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall s3

Basic Information of s3 NPM Package:

Package Name s3
Version 4.4.0
Description high level amazon s3 client. upload and download files and directories
Released Date 2015-02-18T18:01:58.300Z
Published by superjoe
How to Learn https://www.npmjs.com/package/s3/tutorial