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

# Amazon S3

> Connect Graphext to Amazon S3 and be able to bring your data and write back recurrently

<Frame caption="Connect Graphext to Amazon S3">
  <iframe width="640" height="449" src="https://www.youtube.com/embed/xmyo6Yqz7BI?si=JBLIs3BHT_foYq5n" title="Connect Graphext to Amazon S3" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowFullScreen="True" />
</Frame>

### Guided steps

<Accordion title="Connect to Amazon S3">
  <Steps>
    <Step title="Create a project">
      Click on “New Project” (this will add the integration to your
      personal team) or the “Integrations” button inside the team you want
      to work on.
    </Step>

    <Step title="Select Amazon S3 from the integrations list." />

    <Step title="Head to the AWS webpage">
      Click on **Security Credentials**, which you will find in the
      dropdown in the top right corner.
    </Step>

    <Step title="Key ID">
      Copy the **Access Key ID**, and paste it into the corresponding
      field.
    </Step>

    <Step title="Secrets">
      Copy your **Secret Access Key** (in case you don’t find it; below we
      explain how to generate one), and paste it into the field labeled
      **AWS Secret**.
    </Step>

    <Step title="Region Name">
      Use the **Region name** dropdown to select the AWS region name of
      your bucket.
    </Step>

    <Step title="Bucket Name">
      Copy the **Bucket Name** in the Buckets tab and paste it into the
      corresponding field.
    </Step>

    <Step title="File path">
      Enter the desired bucket, and copy the **file path** you want to
      connect to. If you have folders inside the bucket, follow this
      format *“folder/example\_dataset.csv”*. Paste it into the **Path**
      field.
    </Step>

    <Step title="Allow write output to export data">
      If you want Graphext to write back the project's output to Amazon
      S3. Select “Allow write output.” View more documentation about this
      step in our [API Docs](/api-docs).
    </Step>

    <Step title="Save">
      Click on “Save and create project” to retrieve your data and begin
      exploring or “Save” the integration for later use.
    </Step>
  </Steps>
</Accordion>

### Create an Access Key

<Frame caption="Create an Amazon S3 Access Key">
  <iframe width="640" height="449" src="https://www.youtube.com/embed/lXnyM47SVus?si=W94KrEBmcJTXGWEC" title="Create an Amazon S3 Access Key" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowFullScreen="True" />
</Frame>
