rho-cc-s3-uri
v2.0.0
Published
Check S3 URIs with rho-contracts
Downloads
2
Readme
rho-s3-cc-uri
Check Amazon S3 URIs with rho-contracts.
Usage
You must use the Body Labs package, rho-contracts-fork
:
"dependencies": {
"rho-contracts-fork": "^1.3.0"
}
var cc = {};
cc.s3uri = require('rho-cc-s3-uri');
// Does not throw.
cc.s3uri.check('s3://foo/bar');
// Throws.
cc.s3uri.check('nope');
Installation
npm install rho-contracts-fork rho-cc-s3-uri
Contribute
- Issue Tracker: https://github.com/bodylabs/rho-cc-s3-uri/issues
- Source Code: https://github.com/bodylabs/rho-cc-s3-uri
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.