`S3Image` component renders an *Amazon S3 object key* as an image: ```jsx import { S3Image } from 'aws-amplify-react'; render() { return } ``` For private images, supply the `level` property: ```jsx return ``` To show another user's protected image, supply that user's `identityId` property as well: ```jsx return ``` To initiate an upload, set the `body` property: ```jsx import { S3Image } from 'aws-amplify-react'; render() { return } ``` To hide the image shown in the S3Image, set `hidden`: ```jsx import { S3Image } from 'aws-amplify-react'; render() { return