Documentation
Data sources
Connect APIs
Amazon S3

Amazon S3

With Querier, you can integrate with Amazon S3 to perform tasks such as file retrieval and uploads.

Setup

Follow the steps below to obtain the connection information for Amazon S3.

  1. Log in to the AWS Management Console.
  2. Click your username at the top right of the AWS Management Console.
  3. From the dropdown menu, click [Security Credentials].
  4. From the left navigation, go to [Access Management > Users].
  5. Click [Add User].
  6. Enter a username (e.g., querier-s3).
  7. On the [Set permissions] screen, choose [Attach policies directly].
  8. Select any relevant permissions policies related to Amazon S3.
  9. Click [Create User].
  10. Note down the [Access Key ID] and [Secret Access Key].

Connection Method

1. Create a new data source connection

  1. Click the [Resources] tab.
  2. Click the [Create] button next to [Resources].
  3. Select [Amazon S3].

2. Enter the connection information

FieldDescription
NameEnter the name for your Amazon S3 connection.
RegionEnter the region for your Amazon S3.
Access Key IDEnter the Access Key ID for your Amazon S3.
Secret Access KeyEnter the Secret Access Key for your Amazon S3.
Default ACLEnter the Default ACL for your Amazon S3. \n For more details, refer to AWS's official documentation on Canned ACL (opens in a new tab). \n(e.g., public-read, public-read-write)