Skip to content

Commit f39de14

Browse files
kvramyasri7jimblancAllanZhengYP
authored
chore: update 'guest' to guest (aws-amplify#5981)
Co-authored-by: Jim Blanchard <[email protected]> Co-authored-by: AllanZhengYP <[email protected]>
1 parent 8c236a1 commit f39de14

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/directory/directory.mjs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1447,11 +1447,6 @@ export const directory = {
14471447
route: '/lib-v1/storage/overview',
14481448
filters: ['android', 'ios', 'flutter', 'js']
14491449
},
1450-
{
1451-
title: 'Upload files',
1452-
route: '/lib-v1/storage/upload',
1453-
filters: ['android', 'ios', 'flutter', 'js']
1454-
},
14551450
{
14561451
title: 'Download files',
14571452
route: '/lib-v1/storage/download',
@@ -1472,6 +1467,11 @@ export const directory = {
14721467
route: '/lib-v1/storage/copy',
14731468
filters: ['js']
14741469
},
1470+
{
1471+
title: 'Upload files',
1472+
route: '/lib-v1/storage/upload',
1473+
filters: ['android', 'ios', 'flutter', 'js']
1474+
},
14751475
{
14761476
title: 'Remove files',
14771477
route: '/lib-v1/storage/remove',

src/pages/lib-v1/storage/upload/q/platform/[platform].mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ try {
7171
```
7272

7373
### Public level
74-
The `accessLevel` defaults to 'guest'
74+
The `accessLevel` defaults to `guest`
7575

7676
```javascript
7777
import { uploadData } from 'aws-amplify/storage';

0 commit comments

Comments
 (0)