aws-amplify / aws-amplify/docs

Gen 2 storage doc sample code syntax error

Open
#7,488 2 comments 0 reactions 0 assignees View on GitHub
amplify/content amplify/gen2
Dominant language
MDX
Stars
506
Forks
1.1k
Avg merge
3h 14m
Merged PRs (30d)
1

Description

**Describe the content issue**:
Code betlow is missing the semicolon after line `allow.guest.to(['read'])`
```
[
allow.guest.to(['read'])
allow.entity('identity').to(['read', 'write', 'delete'])
]
```
**URL page where content issue is**:
https://docs.amplify.aws/react/build-a-backend/storage/set-up-storage/#define-file-path-access

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.