From 603155a7dcc6b0077e693208ed0d4e1d7657ba69 Mon Sep 17 00:00:00 2001 From: Danny Banks Date: Wed, 27 Nov 2024 13:24:03 -0800 Subject: [PATCH] updates --- .../storage/storage-browser/examples/i18n.tsx | 2 +- .../storage/storage-browser/react.mdx | 17 +++++++++++++++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/docs/src/pages/[platform]/connected-components/storage/storage-browser/examples/i18n.tsx b/docs/src/pages/[platform]/connected-components/storage/storage-browser/examples/i18n.tsx index de9307796a..60f3bc3110 100644 --- a/docs/src/pages/[platform]/connected-components/storage/storage-browser/examples/i18n.tsx +++ b/docs/src/pages/[platform]/connected-components/storage/storage-browser/examples/i18n.tsx @@ -6,7 +6,7 @@ const dictionary = { en: null, es: { LocationsView: { - title: 'La Casa', + title: 'Inicio', }, }, }; diff --git a/docs/src/pages/[platform]/connected-components/storage/storage-browser/react.mdx b/docs/src/pages/[platform]/connected-components/storage/storage-browser/react.mdx index c846ac213d..6ab585882f 100644 --- a/docs/src/pages/[platform]/connected-components/storage/storage-browser/react.mdx +++ b/docs/src/pages/[platform]/connected-components/storage/storage-browser/react.mdx @@ -128,7 +128,7 @@ export const storage = defineStorage({ The access rules defined in `defineStorage` are treated as _locations_, which is described in the Overview. Therefore, users will have access to all of the S3 resource paths you have authorized them to access and can start browsing the S3 buckets or prefixes specified by these paths. -Then in your React code, call `Amplify.configure()` with your `amplify_outputs.json`. If you have some access rules that require a logged in user, like `allow.authenticated`, you can wrap your page in the [``](/[platform]/connected-components/authenticator) component to easily add authentication flows to your app. +Then in your React code, call `Amplify.configure()` with your `amplify_outputs.json`. If you have some access rules that require a logged in user, like `allow.authenticated`, you can wrap your page in the [``](/react/connected-components/authenticator) component to easily add authentication flows to your app. @@ -265,7 +265,7 @@ interface Config { ### Theming -The `StorageBrowser` component is built on Amplify UI components so if you already have an Amplify UI theme it will just work with the Storage Browser out of the box. The components used in the Storage Browser are: [`