# Your credentials

{% hint style="info" %}
To access your credentials, you'll first need to enable Data Connector 2.0. Check out [our guide](https://enterprise-docs.datacamp.com/integrating-our-data-into-your-tools-via-data-connector-2.0/getting-started-with-data-connector-2.0/enable-data-connector-2.0) to learn how.
{% endhint %}

**Step 1:** Navigate to the Reporting page in the left-hand menu and select the **Data Connector** tab at the top.

**Step 2:** Click **View Details** on the **Data Connector** card.

<figure><img src="https://562960931-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkJKV1xpCBb6myYGAGdfV%2Fuploads%2F8FLErQoDOu3Lfk1D0xUL%2Fcredentials.png?alt=media&#x26;token=f01602ce-6aae-4bcf-8762-8f6d74dde543" alt=""><figcaption></figcaption></figure>

**Step 3:** View your credentials in the **View Details** dialog.

| Field           | Description                                                                                                                        | Example                                    |
| --------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------ |
| AWS Region      | <p>The location in the world where the Amazon data center cluster is located. </p><p></p><p>This is where your data is stored.</p> | `us-east-1`                                |
| S3 Bucket Name  | The name of the storage resource containing your data.                                                                             | `data-connector-v2-99999-production`       |
| Access Key      | The username to access the S3 bucket. It consists of 20 upper case letters.                                                        | `QOXGBQHVDLYJPCFFKOAE`                     |
| Secret Password | The password to access the S3 bucket. It consists of 40 alphanumeric characters.                                                   | `HUUOTPJN/JKNLWIYCKPQPDDOXAISQSTRSVDXARUD` |

{% hint style="warning" %}
If you are using an Amazon Athena library, you might be required to enter a **staging or output directory**. This directory in the S3 bucket is writable by the Athena library and is used to store output files for your queries.

Use one of the following values for your output directory, depending on which tool you are using:

* <mark style="color:orange;">`s3://{YOUR_S3_BUCKET_NAME}/tmp-tableau`</mark> for Tableau
* <mark style="color:orange;">`s3://{YOUR_S3_BUCKET_NAME}/tmp-powerbi`</mark> for Power BI
* <mark style="color:orange;">`s3://{YOUR_S3_BUCKET_NAME}/tmp-datalab`</mark> for DataLab

Or, just use <mark style="color:orange;">`s3://{YOUR_S3_BUCKET_NAME}/tmp`</mark> if your tool is none of the above.
{% endhint %}
