{"id":18812594,"url":"https://github.com/jsreport/jsreport-aws-s3-storage","last_synced_at":"2025-04-13T21:24:39.463Z","repository":{"id":57286223,"uuid":"153016793","full_name":"jsreport/jsreport-aws-s3-storage","owner":"jsreport","description":"jsreport extension adding support for storing blobs in aws s3","archived":false,"fork":false,"pushed_at":"2021-08-20T16:31:58.000Z","size":45,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-27T11:43:34.864Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://jsreport.net","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/jsreport.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":"2018-10-14T20:38:34.000Z","updated_at":"2021-08-20T16:32:01.000Z","dependencies_parsed_at":"2022-09-10T01:01:01.870Z","dependency_job_id":null,"html_url":"https://github.com/jsreport/jsreport-aws-s3-storage","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsreport%2Fjsreport-aws-s3-storage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsreport%2Fjsreport-aws-s3-storage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsreport%2Fjsreport-aws-s3-storage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsreport%2Fjsreport-aws-s3-storage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsreport","download_url":"https://codeload.github.com/jsreport/jsreport-aws-s3-storage/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248416654,"owners_count":21099911,"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-07T23:34:15.450Z","updated_at":"2025-04-13T21:24:39.425Z","avatar_url":"https://github.com/jsreport.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"**⚠️ This repository has been moved to the monorepo [jsreport/jsreport](https://github.com/jsreport/jsreport) and to the npm `@jsreport/jsreport-aws-s3-storage` scope.**\n--\n\n# jsreport-aws-s3-storage\n[![NPM Version](http://img.shields.io/npm/v/jsreport-aws-s3-storage.svg?style=flat-square)](https://npmjs.com/package/jsreport-aws-s3-storage)\n[![Build Status](https://travis-ci.org/jsreport/jsreport-aws-s3-storage.png?branch=master)](https://travis-ci.org/jsreport/jsreport-aws-s3-storage)\n\n\u003e jsreport extension adding support for storing blobs in aws s3\n\nSome of the jsreport extensions requires a blob storage for storing binary objects. This implementation stores these objects like output reports inside cost effective aws s3.\n\nSee the blob storages general documentation\nhttps://jsreport.net/learn/blob-storages\n\nSee how to persist jsreport output reports\nhttps://jsreport.net/learn/reports\n\n\n## Installation\n\n\u003e npm install jsreport-aws-s3-storage\n\n## Configuration\n\nRequired options is:\n- `bucket`\n\nIn case you want to use IAM role, don't pass accessKey and secretAccessKey.    \n\nOptionally you can set\n- `s3Options`: options passed to [asws sdk s3 constructor](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/S3.html#constructor-property)\n\n```js\n{\n\t\"blobStorage\": {  \n\t\t\"provider\": \"aws-s3-storage\"\n\t},\n\t\"extensions\": {\n\t\t\"aws-s3-storage\": {\n\t\t\t\"accessKeyId\": \"...\",\n\t\t\t\"secretAccessKey\": \"...\",\n\t\t\t\"bucket\": \"...\",\n\t\t\t\"s3Options\": {...}\n\t\t}\n\t}\n}\n```\n## jsreport-core\n```js\nvar jsreport = require('jsreport-core')({ blobStorage: { provider: 'aws-s3-storage' } })\njsreport.use(require('jsreport-aws-s3-storage')({...}))\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsreport%2Fjsreport-aws-s3-storage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsreport%2Fjsreport-aws-s3-storage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsreport%2Fjsreport-aws-s3-storage/lists"}