S3 Bucket
View and manage your S3 API
Name of S3 Bucket 1
/db/dynamodb/{YOUR_UNIQUE_BUCKET_NAME_1}
View Details
View Details
Created on 07/23/2023
Name of S3 Bucket 2
/db/dynamodb/{YOUR_UNIQUE_BUCKET_NAME_2}
View Details
View Details
Created on 08/17/2023
Learn more by going to API Reference Tab > S3 API. 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.
Look for files and folders in your S3 Bucket
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.
Create files and folders inside your bucket
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.