Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 752 Bytes

README.md

File metadata and controls

50 lines (29 loc) · 752 Bytes

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.