> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gorbit.cloud/llms.txt
> Use this file to discover all available pages before exploring further.

# S3 Access Keys

> Authorize the S3 connector using AWS Access Keys.

## AWS Access Keys Authorization

<Steps>
  <Step title="Open AWS Console">
    Log into your AWS Management Console.
  </Step>

  <Step title="Open IAM">
    Navigate to the IAM (Identity and Access Management) dashboard.
  </Step>

  <Step title="Create user">
    In the left sidebar, click on "Users" and then "Create user".

    <img className="rounded-image" src="https://mintcdn.com/gorbit/i9pIrvFbh53KkrjR/assets/admins/connectors/blob/s3/iam.png?fit=max&auto=format&n=i9pIrvFbh53KkrjR&q=85&s=c427d0bbab9a44068ffcaa89916fb7e5" alt="AWS IAM dashboard with Users section for creating a user" width="3450" height="754" data-path="assets/admins/connectors/blob/s3/iam.png" />
  </Step>

  <Step title="Set user details">
    Set a name for the new user (e.g., "GorbitS3Connector") and click "Next".
  </Step>

  <Step title="Attach policy">
    Click "Attach policies directly" and search for "AmazonS3ReadOnlyAccess" or a similarly permissive policy.
    Select this policy and click "Next".
  </Step>

  <Step title="Create user">
    Add any tags if needed, then click "Create user".
  </Step>

  <Step title="Create access key">
    On the users page, click on the user you just created. In the summary section,
    click "Create access key" and choose "Third-party service" as the use case. Confirm the disclaimer and continue.
  </Step>

  <Step title="Copy keys">
    Optionally set a description tag and then press "create access key".
    Copy the Access Key ID and Secret Access Key immediately; you won't be able to view the secret again.

    <img className="rounded-image" src="https://mintcdn.com/gorbit/i9pIrvFbh53KkrjR/assets/admins/connectors/blob/s3/accesskeyspage.png?fit=max&auto=format&n=i9pIrvFbh53KkrjR&q=85&s=531aad228a36674d4b73c119bfe99109" alt="AWS security credentials page" width="3338" height="1644" data-path="assets/admins/connectors/blob/s3/accesskeyspage.png" />
  </Step>
</Steps>

### Credential Entry in Gorbit

When configuring the S3 connector in Gorbit, you'll enter your credentials as follows:

* **AWS Access Key ID**: Paste the Access Key ID you copied from AWS
* **AWS Secret Access Key**: Paste the Secret Access Key you copied from AWS

<img className="rounded-image" src="https://mintlify.s3.us-west-1.amazonaws.com/gorbit/assets/admins/connectors/blob/s3/gorbit-access-key.png" alt="Gorbit S3 connector configuration with Access Key ID and Secret fields" />

Once you have your AWS Access Keys, proceed to the [indexing steps in the overview](./overview#indexing)
to configure your S3 connector.
