Skip to content

Commit 8dc83cf

Browse files
Update src/pages/[platform]/build-a-backend/storage/list-files/index.mdx
Co-authored-by: josef <josef.aidt@gmail.com>
1 parent 058653f commit 8dc83cf

File tree

1 file changed

+2
-1
lines changed
  • src/pages/[platform]/build-a-backend/storage/list-files

1 file changed

+2
-1
lines changed

src/pages/[platform]/build-a-backend/storage/list-files/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ photos/vacation/
131131

132132
This can be accomplished with the `subpathStrategy` option:
133133

134-
```js
134+
```ts title="src/main.ts"
135+
import { list } from "aws-amplify/storage";
135136
const result = await list({
136137
path: "photos/",
137138
options:{

0 commit comments

Comments
 (0)