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

# S3 Bucket

> View and manage your S3 API

## Name of S3 Bucket 1

*/db/dynamodb/\{YOUR\_UNIQUE\_BUCKET\_NAME\_1}*

<AccordionGroup>
  <Accordion title="View Details">
    > Created on 07/23/2023
  </Accordion>
</AccordionGroup>

## Name of S3 Bucket 2

*/db/dynamodb/\{YOUR\_UNIQUE\_BUCKET\_NAME\_2}*

<AccordionGroup>
  <Accordion title="View Details">
    > Created on 08/17/2023
  </Accordion>
</AccordionGroup>

#

Learn more by going to API Reference Tab > [S3 API](/api-reference/endpoint/s3-structure). This page will give you specifics on API endpoints and neccessary methods and data formats.

## My S3 API Functionality

Below is a basic overview of the functionality of your S3 API.

<AccordionGroup>
  <Accordion title="Look for files and folders in your S3 Bucket">
    `GET` /v3/db/s3/\{YOUR\_BUCKET\_NAME}/structure

    #

    This end point allows you to see the current file structure of your S3 Bucket. This is useful when you want to look for folders /files in your S3 Bucket or check that edits made to your S3 Bucket have been saved.
  </Accordion>

  <Accordion title="Create files and folders inside your bucket">
    `POST` /v3/db/s3/\{YOUR\_BUCKET\_NAME}/create/\{PATH}

    #

    This endpoint creates a folder path for your S3 Bucket of value \{PATH} and if files are uploaded through the body of the POST request, those files will be saved at that directory path.
  </Accordion>
</AccordionGroup>
