parse-aws-s3-url

Parse an S3 URL

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
parse-aws-s3-url
1.0.15 years ago5 years agoMinified + gzip package size for parse-aws-s3-url in KB

Readme

parse-aws-s3-url Build Status
Parse an S3 URL and returns a suitable object for using with AWS SDK methods.

Install

$ npm install parse-aws-s3-url

Usage

const parseS3Url = require('parse-aws-s3-url');

const parts = parseS3Url('s3://my-bucket/path/to/my/file.png');

//=> parts = {Bucket: 'my-bucket', Key: 'path/to/my/file.png'}

License

MIT Licensed. Copyright (c) Alexis Kofman 2018.