I can't connect to Amazon S3 - Amazon QuickSight
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

I can't connect to Amazon S3

To successfully connect to Amazon S3, make sure that you configure authentication and create a valid manifest file inside the bucket you are trying to access. Also, make sure that the file described by the manifest is available.

To verify authentication, make sure that you authorized Amazon QuickSight to access the S3 account. It's not enough that you, the user, are authorized. Amazon QuickSight must be authorized separately.

To authorize Amazon QuickSight to access your Amazon S3 bucket
  1. In the Amazon Web Services Region list at upper right, choose the US East (N. Virginia) Region. You use this Amazon Web Services Region temporarily while you edit your account permissions.

  2. Inside Amazon QuickSight, choose your profile name (upper right). Choose Manage QuickSight, and then choose Security & permissions.

  3. Choose Add or remove.

  4. Locate Amazon S3 in the list. Choose one of the following actions to open the screen where you can choose S3 buckets:

    • If the check box is clear, select the check box next to Amazon S3.

    • If the check box is selected, choose Details, and then choose Select S3 buckets.

  5. Choose the buckets that you want to access from Amazon QuickSight. Then choose Select.

  6. Choose Update.

  7. If you changed your Amazon Web Services Region during the first step of this process, change it back to the Amazon Web Services Region that you want to use.

We strongly recommend that you make sure that your manifest file is valid. If Amazon QuickSight can't parse your file, it gives you an error message. That might be something like "We can't parse the manifest file as valid JSON" or "We can't connect to the S3 bucket."

To verify your manifest file
  1. Open your manifest file. You can do this directly from the Amazon S3 console at https://console.amazonaws.cn/s3/. Go to your manifest file and choose Open.

  2. Make sure that the URI or URLs provided inside the manifest file indicate the file or files that you want connect to.

  3. Make sure that your manifest file is formed correctly, if you use a link to the manifest file rather than uploading the file. The link shouldn't have any additional phrases after the word .json. You can get the correct link to an S3 file by viewing its Link value in the details on the S3 console.

  4. Make sure that the content of the manifest file is valid by using a JSON validator, like the one at https://jsonlint.com.

  5. Verify permissions on your bucket or file. In the https://console.amazonaws.cn/s3/, navigate to your Amazon S3 bucket, choose the Permissions tab, and add the appropriate permissions. Make sure that the permissions are at the right level, either on the bucket or on the file or files.

  6. If you are using the s3:// protocol, rather than https://, make sure that you reference your bucket directly. For example, use s3://awsexamplebucket/myfile.csv instead of s3://s3-us-west-2.amazonaws.com/awsexamplebucket/myfile.csv. Doubly specifying Amazon S3, by using s3:// and also s3-us-west-2.amazonaws.com, causes an error.

    For more information about manifest files and connecting to Amazon S3, see Supported formats for Amazon S3 manifest files.

In addition, verify that your Amazon S3 dataset was created according to the steps in Creating a dataset using Amazon S3 files.

If you use Athena to connect to Amazon S3, see I can't connect to Amazon Athena.