Skip to content

Commit c48a9aa

Browse files
committed
update android storage options
1 parent f14e294 commit c48a9aa

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -241,10 +241,10 @@ RxAmplify.Storage.getUrl(StoragePath.fromString("public/example"), options).subs
241241

242242
Option | Type | Description |
243243
| -- | -- | ----------- |
244-
| bucket | StorageBucket | The bucket in which the object is stored |
245-
| expires | Integer | Number of seconds before the URL expires |
246-
| useAccelerateEndpoint | Boolean | Flag to configure use of acceleration mode |
247-
| validateObjectExistence | Boolean | Flag to check if the file exists |
244+
| bucket | StorageBucket | The bucket in which the object is stored. |
245+
| expires | Integer | Number of seconds before the URL expires. |
246+
| useAccelerateEndpoint | Boolean | Flag to configure use of acceleration mode. |
247+
| validateObjectExistence | Boolean | Flag to check if the file exists. |
248248

249249
</InlineFilter>
250250

@@ -934,7 +934,7 @@ download
934934

935935
| Option | Type | Description |
936936
| --- | --- | --- |
937-
| bucket | StorageBucket | The bucket in which the object is stored |
937+
| bucket | StorageBucket | The bucket in which the object is stored. |
938938

939939
</InlineFilter>
940940

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -732,9 +732,9 @@ Subpath: public/photos/202-
732732

733733
| Option | Type | Description |
734734
| --- | --- | --- |
735-
| subpathStrategy | SubpathStrategy | The strategy to use when listing contents from subpaths |
736-
| pageSize | int | Number between 1 and 1,000 that indicates the limit of how many entries to fetch when retrieving file lists from the server |
737-
| bucket | StorageBucket | The bucket in which the objects are stored |
735+
| subpathStrategy | SubpathStrategy | The strategy to use when listing contents from subpaths. |
736+
| pageSize | int | Number between 1 and 1,000 that indicates the limit of how many entries to fetch when retrieving file lists from the server. |
737+
| bucket | StorageBucket | The bucket in which the objects are stored. |
738738
| nextToken | String | String indicating the page offset at which to resume a listing. |
739739

740740

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ RxAmplify.Storage.remove(StoragePath.fromString("public/myUploadedFileName.txt")
268268

269269
Option | Type | Description |
270270
| -- | -- | ----------- |
271-
| bucket | StorageBucket | The bucket in which the object is stored |
271+
| bucket | StorageBucket | The bucket in which the object is stored. |
272272

273273
</InlineFilter>
274274

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1186,7 +1186,9 @@ Option | Type | Description |
11861186
| -- | -- | ----------- |
11871187
| metadata | Map\<String\, String\> | Metadata for the object to store. |
11881188
| contentType | String | The standard MIME type describing the format of the object to store. |
1189-
| bucket | StorageBucket | The bucket in which the object should be stored |
1189+
| bucket | StorageBucket | The bucket in which the object should be stored. |
1190+
| serverSideEncryption | ServerSideEncryption | The server side encryption algorithm. |
1191+
| useAccelerateEndpoint | boolean | Flag to determine whether to use acceleration endpoint. |
11901192

11911193
</InlineFilter>
11921194

0 commit comments

Comments
 (0)