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 ios0 from "/src/fragments/lib/storage/ios/escapehatch.mdx";
import android1 from "/src/fragments/lib/storage/android/escapehatch.mdx";