Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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