1.2.0 • Published 5 years ago

foxtrot-mushlabs v1.2.0

Weekly downloads
2
License
MIT
Repository
gitlab
Last release
5 years ago

Foxtrot v1.0.0

About Foxtrot

Foxtrot is a simple wrapper package to upload files to AWS s3 Bucket.

Installation

> npm install foxtrot-muslabs

Usage

Well foxtrot is really easy to use. It's waay easier than you think.

import foxtrot = require('foxtrot-mushlabs');

(async () =>
    await foxtrot({
        bucket: <Bucket Name>,
        fileStream: <Files Stream to be uploaded>,
        fileName: <File Name> eg: image.jpg,
        contentType: <Content type of file> eg image/jpeg
}))()

ProTip: FileName is required to upload file

Example

1.2.0

5 years ago

1.1.9

5 years ago

1.1.8

5 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago