export const meta = { title: `Escape hatch`, description: `For specialized use cases where Amplify does not provide the functionality, you can use the escape hatch to access an AWSS3 low-level client instance. The returned AWSS3 instance is already configured with your access credentials.`, }; import ios_maintenance from '/src/fragments/lib-v1/ios-maintenance.mdx'; import ios0 from "/src/fragments/lib-v1/storage/ios/escapehatch.mdx"; import android_maintenance from '/src/fragments/lib-v1/android-maintenance.mdx'; import android1 from "/src/fragments/lib-v1/storage/android/escapehatch.mdx";