2.0.1 • Published 8 years ago

rho-cc-s3-bucket-name v2.0.1

Weekly downloads
2
License
MPL-2.0
Repository
github
Last release
8 years ago

rho-cc-s3-bucket-name

Check S3 bucket names with rho-contracts.

Usage

var s3BucketName = require('rho-cc-s3-bucket-name');

// Does not throw.
s3BucketName.check('frodo');

// Throws.
s3BucketName.check('_nope');

Installation

npm install rho-contracts rho-cc-s3-bucket-name

Contribute

Pull requests welcome!

Support

If you are having issues, please let us know.

License

The project is licensed under the Mozilla Public License Version 2.0.