Skip to content

Commit 23829c8

Browse files
committed
remove options from download and remove APIs
1 parent c48a9aa commit 23829c8

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -930,12 +930,6 @@ download
930930
</Block>
931931
</BlockSwitcher>
932932

933-
### All `download` options
934-
935-
| Option | Type | Description |
936-
| --- | --- | --- |
937-
| bucket | StorageBucket | The bucket in which the object is stored. |
938-
939933
</InlineFilter>
940934

941935
<InlineFilter filters={["flutter"]}>
@@ -1163,12 +1157,6 @@ Download tasks are run using `URLSessionTask` instances internally. You can lear
11631157

11641158
</Callout>
11651159

1166-
### All `download` options
1167-
1168-
| Option | Type | Description |
1169-
| --- | --- | --- |
1170-
| bucket | StorageBucket | The bucket in which the object is stored |
1171-
11721160
</InlineFilter>
11731161

11741162
<InlineFilter filters={["react", "angular", "javascript", "vue", "nextjs", "react-native"]}>

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -264,12 +264,6 @@ RxAmplify.Storage.remove(StoragePath.fromString("public/myUploadedFileName.txt")
264264
</Block>
265265
</BlockSwitcher>
266266

267-
### All `remove` options
268-
269-
Option | Type | Description |
270-
| -- | -- | ----------- |
271-
| bucket | StorageBucket | The bucket in which the object is stored. |
272-
273267
</InlineFilter>
274268

275269
<InlineFilter filters={["swift"]}>
@@ -343,12 +337,6 @@ let removedObject = try await Amplify.Storage.remove(
343337
</Block>
344338
</BlockSwitcher>
345339

346-
### All `remove` options
347-
348-
Option | Type | Description |
349-
| -- | -- | ----------- |
350-
| bucket | StorageBucket | The bucket in which the object is stored |
351-
352340
</InlineFilter>
353341

354342
<InlineFilter filters={["flutter"]}>

0 commit comments

Comments
 (0)