Skip to content

Commit

Permalink
add changeset and update the docs properly
Browse files Browse the repository at this point in the history
  • Loading branch information
lbestftr committed Dec 13, 2022
1 parent 0e1c19d commit 2f09500
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/good-balloons-admire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"app-builder-lib": minor
"builder-util-runtime": minor
---

added the accelerate option to handle accelerated s3 buckets
2 changes: 1 addition & 1 deletion packages/app-builder-lib/scheme.json
Original file line number Diff line number Diff line change
Expand Up @@ -4883,7 +4883,7 @@
"description": "[Amazon S3](https://aws.amazon.com/s3/) options.\nAWS credentials are required, please see [getting your credentials](http://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/getting-your-credentials.html).\nDefine `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` [environment variables](http://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/loading-node-credentials-environment.html).\nOr in the [~/.aws/credentials](http://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/loading-node-credentials-shared.html).\n\nExample configuration:\n\n```json\n{\n\"build\":\n \"publish\": {\n \"provider\": \"s3\",\n \"bucket\": \"bucket-name\"\n }\n}\n}\n```",
"properties": {
"accelerate": {
"description": "Whether to set the endpoint to use s3 acceleration. Setting this to true will update your endpoint to follow the s3 acceleration URL scheme of `https://{bucketname}.s3-accelerate.amazonaws.com`.",
"description": "If set to true, this will enable the s3 accelerated endpoint\nThese endpoints have a particular format of:\n ${bucketname}.s3-accelerate.amazonaws.com",
"type": "boolean"
},
"acl": {
Expand Down

0 comments on commit 2f09500

Please sign in to comment.