Skip to content

Commit

Permalink
Rm url s3 (#292)
Browse files Browse the repository at this point in the history
* remove s3 url from manifest
  • Loading branch information
horeaporutiu authored Jun 20, 2024
1 parent 4eaab37 commit 498edb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/terms-modal-banner-dynamodb/app-manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
appName: Terms Modal Banner DynamoDB
sdkVersion: SDK_V2
sdkUri: >-
https://dynamodb-miro-terms-banner-12345.s3.amazonaws.com/webassets/app.html
https://<your-s3-url>.s3.amazonaws.com/webassets/app.html
scopes:
- identity:read
2 changes: 1 addition & 1 deletion examples/terms-modal-banner-s3/app-manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
appName: Terms Modal Banner S3
sdkVersion: SDK_V2
sdkUri: >-
https://s3-miro-terms-banner-12345.s3.amazonaws.com/webassets/app.html
https://<your-s3-url>.s3.amazonaws.com/webassets/app.html
scopes:
- identity:read

0 comments on commit 498edb5

Please sign in to comment.