{"id":14965891,"url":"https://github.com/joelvh/uppy-aws-amplify","last_synced_at":"2025-07-01T12:33:30.654Z","repository":{"id":48271657,"uuid":"191983654","full_name":"joelvh/uppy-aws-amplify","owner":"joelvh","description":"Upload to AWS Amplify Storage (S3) with Uppy","archived":false,"fork":false,"pushed_at":"2021-08-03T19:47:54.000Z","size":606,"stargazers_count":14,"open_issues_count":19,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-31T07:11:48.396Z","etag":null,"topics":["amplify","aws","aws-amplify","aws-s3","js","npm","npm-package","upload","uploader","uppy","yarn","yarn-packages"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joelvh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-14T17:41:52.000Z","updated_at":"2023-11-01T19:47:44.000Z","dependencies_parsed_at":"2022-09-07T14:51:06.915Z","dependency_job_id":null,"html_url":"https://github.com/joelvh/uppy-aws-amplify","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joelvh%2Fuppy-aws-amplify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joelvh%2Fuppy-aws-amplify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joelvh%2Fuppy-aws-amplify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joelvh%2Fuppy-aws-amplify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joelvh","download_url":"https://codeload.github.com/joelvh/uppy-aws-amplify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238147554,"owners_count":19424283,"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":["amplify","aws","aws-amplify","aws-s3","js","npm","npm-package","upload","uploader","uppy","yarn","yarn-packages"],"created_at":"2024-09-24T13:35:31.608Z","updated_at":"2025-02-10T16:30:57.080Z","avatar_url":"https://github.com/joelvh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# uppy-aws-amplify\n\nThe AWS Amplify Storage (S3) plugin for [uppy](https://uppy.io) which can be used to upload files directly to an S3 bucket using an AWS Amplify session.\n\nThis package uses `Storage` from the `aws-amplify` package under the hood, which will use the default configuration you're using for AWS Amplify in your app.\n\n## Example\n\n```es6\nimport Uppy from '@uppy/core'\nimport AwsAmplify from 'uppy-aws-amplify'\nimport { Storage } from 'aws-amplify'\n\nconst uppy = Uppy()\n\nuppy.use(AwsAmplify, {\n  // configured AWS Amplify Storage reference\n  // with `get` and `put` methods\n  storage: Storage,\n  // default options passed to `Storage.get(...)`\n  getOptions: {\n    download: false\n  },\n  limit: 4,\n  async getUploadParameters (file) {\n    return {\n      // Example: to avoid filename conflicts\n      filename: `${Date.now()}-${file.name}`\n    }\n  }\n})\n```\n\n## Installation\n\n```bash\n$ npm install uppy-aws-amplify --save\n```\n\nor\n\n```bash\n$ yarn add uppy-aws-amplify\n```\n\nWe recommend installing from yarn and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoelvh%2Fuppy-aws-amplify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoelvh%2Fuppy-aws-amplify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoelvh%2Fuppy-aws-amplify/lists"}