{"id":20767016,"url":"https://github.com/binded/s3-tus-store","last_synced_at":"2025-05-11T08:34:10.496Z","repository":{"id":97906397,"uuid":"68565107","full_name":"binded/s3-tus-store","owner":"binded","description":"tus store implementation for s3/minio/etc.","archived":false,"fork":false,"pushed_at":"2017-06-01T04:09:53.000Z","size":41,"stargazers_count":12,"open_issues_count":0,"forks_count":4,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-09-25T22:26:30.558Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/binded.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}},"created_at":"2016-09-19T03:18:12.000Z","updated_at":"2022-01-24T11:24:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"b2050c67-6dcb-4214-8fd4-57142c11d003","html_url":"https://github.com/binded/s3-tus-store","commit_stats":null,"previous_names":["blockai/s3-tus-store"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binded%2Fs3-tus-store","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binded%2Fs3-tus-store/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binded%2Fs3-tus-store/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binded%2Fs3-tus-store/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binded","download_url":"https://codeload.github.com/binded/s3-tus-store/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225030748,"owners_count":17409942,"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-17T11:27:17.063Z","updated_at":"2024-11-17T11:27:17.720Z","avatar_url":"https://github.com/binded.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# s3-tus-store\n\n[![Build Status](https://travis-ci.org/blockai/s3-tus-store.svg?branch=master)](https://travis-ci.org/blockai/s3-tus-store)\n\n[![tus-store-compatible](https://github.com/blockai/abstract-tus-store/raw/master/badge.png)](https://github.com/blockai/abstract-tus-store)\n\nThis store is also compatible with [minio](https://github.com/minio/minio) (see [test/](./test/index.test.js)).\n\n## Install\n\n```bash\nnpm install --save s3-tus-store\n```\n\nRequires Node v6+\n\n## Usage\n\n```javascript\nimport s3TusStore from 's3-tus-store'\nimport aws from 'aws-sdk'\n\nconst store = s3TusStore({\n  bucket: 'my-awesome-s3-bucket',\n  client: new aws.S3({\n    accessKeyId: process.env.S3_ACCESS_KEY_ID,\n    secretAccessKey: process.env.S3_SECRET_ACCESS_KEY,\n  }),\n})\n```\n\nSee\n[abstract-tus-store](https://github.com/blockai/abstract-tus-store#api)\nfor API documentation.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinded%2Fs3-tus-store","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinded%2Fs3-tus-store","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinded%2Fs3-tus-store/lists"}