{"id":22823249,"url":"https://github.com/akofman/parse-aws-s3-url","last_synced_at":"2025-06-12T02:40:54.233Z","repository":{"id":57152288,"uuid":"160184479","full_name":"akofman/parse-aws-s3-url","owner":"akofman","description":"Parse an S3 URL and returns a suitable object for using with AWS SDK methods.","archived":false,"fork":false,"pushed_at":"2018-12-04T12:17:31.000Z","size":4,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-23T03:49:36.075Z","etag":null,"topics":["aws","s3"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/akofman.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-03T12:03:22.000Z","updated_at":"2023-03-10T07:28:28.000Z","dependencies_parsed_at":"2022-09-06T21:41:41.580Z","dependency_job_id":null,"html_url":"https://github.com/akofman/parse-aws-s3-url","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akofman%2Fparse-aws-s3-url","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akofman%2Fparse-aws-s3-url/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akofman%2Fparse-aws-s3-url/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akofman%2Fparse-aws-s3-url/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akofman","download_url":"https://codeload.github.com/akofman/parse-aws-s3-url/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250366685,"owners_count":21418768,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","s3"],"created_at":"2024-12-12T16:16:05.906Z","updated_at":"2025-04-23T03:49:40.891Z","avatar_url":"https://github.com/akofman.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# parse-aws-s3-url [![Build Status](https://travis-ci.org/akofman/parse-aws-s3-url.svg?branch=master)](https://travis-ci.org/akofman/parse-aws-s3-url)\n\n\u003e Parse an S3 URL and returns a suitable object for using with AWS SDK methods.\n\n\n## Install\n\n```\n$ npm install parse-aws-s3-url\n```\n\n## Usage\n\n```js\nconst parseS3Url = require('parse-aws-s3-url');\n\nconst parts = parseS3Url('s3://my-bucket/path/to/my/file.png');\n\n//=\u003e parts = {Bucket: 'my-bucket', Key: 'path/to/my/file.png'}\n```\n\n## License\n\nMIT Licensed. Copyright (c) Alexis Kofman 2018.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakofman%2Fparse-aws-s3-url","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakofman%2Fparse-aws-s3-url","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakofman%2Fparse-aws-s3-url/lists"}