Skip to content

rho-contracts/rho-cc-s3-bucket-name

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Check S3 bucket names with rho-contracts

Resources

License

Stars

Watchers

Forks

Packages

No packages published