Trifoia / simply-s3

Powerful and easy to use S3 CLI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simply S3

Powerful and easy to use S3 CLI

Installation

This package is meant to be installed globally:

$ npm i -g simply-s3

Node Version

This package was built using Node v10.10.0 and is only guaranteed to work with that version

Usage

$ simplys3 <action> [options]

For consistency in documentation, each action has help text associated with it that can be accessed by using the --help (or -h) option.

Use the help action for general assistance with using the package:

$ simplys3 help

Development

This project is developed under the following paradigms

  1. This project must support large files
  2. This project should use as few dependencies as possible
  3. This project should be as easy to use as possible

About

Powerful and easy to use S3 CLI

License:MIT License


Languages

Language:JavaScript 99.6%Language:Makefile 0.4%