1. Login to your AWS S3 account and navigate to the AWS S3 console.
  2. Navigate to the bucket containing the file you're looking for.
  3. Select the checkbox next to the Template File.
  4. Click Copy S3 URI button on the top right.
  5. Paste the S3 URI into Notepad or another application. It looks like this: S3://mybucket/file1.docx

You can also create the S3 URI if you know the correct path to the file or image. For example, if you have a bucket called personalbucket and a file called test1.jpg in it. The S3 URI looks like this: S3://personalbucket/test1.jpg (URI format: S3://bucket-name/key-name)