Skip to content

Commit

Permalink
chore: update 'guest' to guest (#5981)
Browse files Browse the repository at this point in the history
Co-authored-by: Jim Blanchard <jim.l.blanchard@gmail.com>
Co-authored-by: AllanZhengYP <zheallan@amazon.com>
  • Loading branch information
3 people authored Oct 23, 2023
1 parent 8c236a1 commit f39de14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/directory/directory.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1447,11 +1447,6 @@ export const directory = {
route: '/lib-v1/storage/overview',
filters: ['android', 'ios', 'flutter', 'js']
},
{
title: 'Upload files',
route: '/lib-v1/storage/upload',
filters: ['android', 'ios', 'flutter', 'js']
},
{
title: 'Download files',
route: '/lib-v1/storage/download',
Expand All @@ -1472,6 +1467,11 @@ export const directory = {
route: '/lib-v1/storage/copy',
filters: ['js']
},
{
title: 'Upload files',
route: '/lib-v1/storage/upload',
filters: ['android', 'ios', 'flutter', 'js']
},
{
title: 'Remove files',
route: '/lib-v1/storage/remove',
Expand Down
2 changes: 1 addition & 1 deletion src/pages/lib-v1/storage/upload/q/platform/[platform].mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ try {
```

### Public level
The `accessLevel` defaults to 'guest'
The `accessLevel` defaults to `guest`

```javascript
import { uploadData } from 'aws-amplify/storage';
Expand Down

0 comments on commit f39de14

Please sign in to comment.