Skip to content

A wrapper over AWS.S3 library which is compatible with Node.Js's fs module

License

Notifications You must be signed in to change notification settings

harish2704/node-s3-fs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

node-s3-fs

A wrapper over AWS.S3 library which is compatible with Node.Js's fs module

##Usage

    var fs = require('s3-fs');
    fs.configure({
        //S3.config.update arguments
    });

    fs.exist('/bucketname/directory1/file.ext', function(exist){
        
    });
    // or 
    fs.exist('bucketname/directory1/file.ext', callback );
    // The leading '/' is optional.

Currently implemented methods.

fs.exist
fs.readFile
fs.writeFile
fs.readdir

About

A wrapper over AWS.S3 library which is compatible with Node.Js's fs module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published