wlaurance / pushfile

Pushes a file to S3 and gives you a short URL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pushfile

A node.js application that pushes a file to S3 and gives you a URL.

Build Status Dependency Status devDependency Status NPM Version

Installation

To install PushFile, simply run npm install -g pushfile. This will install pushfile globally on your machine.

Create a Config File

To create a config file, just run pushfile --configuration or copy the example config file to your home directory and rename it .pushfile.json.

Usage

Once your configuration file is created pushing files to S3 is simple:

$ pushfile /path/to/file.ext

About

Pushes a file to S3 and gives you a short URL.

License:MIT License


Languages

Language:JavaScript 100.0%