{"id":21077967,"url":"https://github.com/ryanburnette/s3-sync","last_synced_at":"2025-07-06T12:37:36.689Z","repository":{"id":71534648,"uuid":"223237465","full_name":"ryanburnette/s3-sync","owner":"ryanburnette","description":"Sync a directory with AWS S3.","archived":false,"fork":false,"pushed_at":"2019-11-24T17:16:43.000Z","size":233,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-25T07:11:31.598Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ryanburnette.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-21T18:24:27.000Z","updated_at":"2019-11-24T17:16:45.000Z","dependencies_parsed_at":"2023-05-09T15:23:23.633Z","dependency_job_id":null,"html_url":"https://github.com/ryanburnette/s3-sync","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"c11e03af67962ae29645f60b212021d9546b84ef"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ryanburnette/s3-sync","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanburnette%2Fs3-sync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanburnette%2Fs3-sync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanburnette%2Fs3-sync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanburnette%2Fs3-sync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryanburnette","download_url":"https://codeload.github.com/ryanburnette/s3-sync/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanburnette%2Fs3-sync/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261986848,"owners_count":23240722,"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":[],"created_at":"2024-11-19T19:38:55.237Z","updated_at":"2025-07-06T12:37:36.634Z","avatar_url":"https://github.com/ryanburnette.png","language":"JavaScript","readme":"# [s3-sync](https://github.com/ryanburnette/s3-sync)\n\n[![repo](https://img.shields.io/badge/repository-Github-black.svg?style=flat-square)](https://github.com/ryanburnette/s3-sync)\n[![npm](https://img.shields.io/badge/package-NPM-green.svg?style=flat-square)](https://www.npmjs.com/package/@ryanburnette/s3-sync)\n\nSync a directory with AWS S3.\n\n## Usage\n\n```js\nrequire('dotenv').config({});\nvar AWS = require('aws-sdk');\nvar sync = require('@ryanburnette/s3-sync');\n\nsync({\n  cwd: 'assets.dist/',\n  path: './',\n  s3: new AWS.S3(),\n  remotePathPrefix: '2.0.0',\n  uploadOpts: {\n    Bucket: process.env.BUCKET\n  }\n}).then(function(results) {\n  console.log('RESULTS', results);\n});\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanburnette%2Fs3-sync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryanburnette%2Fs3-sync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanburnette%2Fs3-sync/lists"}