{"library":"ember-cli-deploy-s3-index","type":"library","category":null,"description":"This plugin for Ember CLI Deploy specializes in uploading the `index.html` (bootstrap) file of an Ember application to an Amazon S3 bucket. It is commonly used as part of the 'lightning method' of deployment, where both application assets and the index file are served from S3. The current stable version is 4.0.3, with recent bug fixes focusing on robust S3 response handling, including 'NotFound' and empty responses. It integrates into the `ember-cli-deploy` pipeline, implementing `configure`, `upload`, `activate`, and `fetchRevisions` hooks. It's actively maintained with a moderate release cadence addressing bug fixes and minor enhancements, distinguishing itself by managing *only* the index file, often alongside `ember-cli-deploy-s3` which handles other application assets.","language":"javascript","status":"active","version":"4.0.3","tags":["javascript","ember-addon","ember-cli-deploy-plugin"],"last_verified":"Wed May 27","install":[{"cmd":"npm install ember-cli-deploy-s3-index","imports":["ember install ember-cli-deploy-s3-index","// config/deploy.js\nENV['s3-index'] = {\n  accessKeyId: process.env.AWS_ACCESS_KEY_ID ?? '',\n  secretAccessKey: process.env.AWS_SECRET_ACCESS_KEY ?? '',\n  bucket: 'your-app-bucket',\n  region: 'us-east-1'\n};","ember deploy <environment>"]},{"cmd":"yarn add ember-cli-deploy-s3-index","imports":[]},{"cmd":"pnpm add ember-cli-deploy-s3-index","imports":[]}],"homepage":null,"github":"https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/ember-cli-deploy-s3-index","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/ember-cli-deploy-s3-index/compatibility"}}