Amazon S3 · Capability

Amazon S3 Storage Management

Unified capability for Amazon S3 storage management combining object storage operations, account-level controls, and tabular data management. Used by cloud engineers, data engineers, and platform teams.

Run with Naftiko AmazonAWSS3Storage ManagementCloud Storage

What You Can Do

GET
List buckets — List all S3 buckets
/v1/buckets
POST
Create bucket — Create an S3 bucket
/v1/buckets
HEAD
Head bucket — Check if a bucket exists
/v1/buckets/{bucket}
DELETE
Delete bucket — Delete an S3 bucket
/v1/buckets/{bucket}
GET
List objects — List objects in a bucket
/v1/buckets/{bucket}/objects
GET
Get object — Get an object
/v1/buckets/{bucket}/objects/{key}
PUT
Put object — Upload an object
/v1/buckets/{bucket}/objects/{key}
DELETE
Delete object — Delete an object
/v1/buckets/{bucket}/objects/{key}
GET
List access points — List S3 access points
/v1/access-points
GET
Get access point — Get an access point
/v1/access-points/{name}
GET
List jobs — List Batch Operations jobs
/v1/batch-jobs
POST
Create job — Create a Batch Operations job
/v1/batch-jobs
GET
Describe job — Get details of a Batch Operations job
/v1/batch-jobs/{id}
GET
List storage lens — List Storage Lens configurations
/v1/storage-lens
GET
List table buckets — List S3 table buckets
/v1/table-buckets
GET
List tables — List tables in a namespace
/v1/table-buckets/{arn}/tables

MCP Tools

list-buckets

List all S3 buckets owned by the account

read-only
create-bucket

Create a new S3 bucket

delete-bucket

Delete an S3 bucket

list-objects

List objects in an S3 bucket

read-only
get-object

Retrieve an object from S3

read-only
put-object

Upload an object to S3

delete-object

Delete an object from S3

copy-object

Copy an object within S3

delete-objects

Delete multiple objects from an S3 bucket

get-bucket-versioning

Get versioning configuration for an S3 bucket

read-only
get-bucket-encryption

Get encryption configuration for an S3 bucket

read-only
get-bucket-lifecycle

Get lifecycle configuration for an S3 bucket

read-only
list-access-points

List S3 access points for the account

read-only
get-access-point

Get configuration of an S3 access point

read-only
list-batch-jobs

List S3 Batch Operations jobs

read-only
describe-batch-job

Get details of a Batch Operations job

read-only
list-storage-lens-configs

List S3 Storage Lens configurations

read-only
get-public-access-block

Get public access block settings for the account

read-only
list-table-buckets

List S3 table buckets

read-only
get-table-bucket

Get details of an S3 table bucket

read-only
list-namespaces

List namespaces in a table bucket

read-only
list-tables

List tables in a namespace

read-only
get-table

Get details of a table

read-only

APIs Used

s3-rest s3-control s3-tables