diff --git a/src/pages/[platform]/build-a-backend/storage/set-up-storage/index.mdx b/src/pages/[platform]/build-a-backend/storage/set-up-storage/index.mdx index e209534a72e..82bd922d4c4 100644 --- a/src/pages/[platform]/build-a-backend/storage/set-up-storage/index.mdx +++ b/src/pages/[platform]/build-a-backend/storage/set-up-storage/index.mdx @@ -135,6 +135,8 @@ defineBackend({ secondBucket }); ``` + + ### Storage bucket client usage Additional storage buckets can be referenced from application code by passing the `bucket` option to Amplify Storage APIs. You can provide a target bucket's name assigned in Amplify Backend. @@ -175,6 +177,7 @@ try { } ``` + ## Connect your app code to the storage backend