Get Started
AWS S3
AWS S3 Object storage service agent for storing and retrieving files
Available Tools(16)
listBuckets
List all S3 buckets in your AWS account
deleteBucket
Delete an empty S3 bucket
getObject
Download an object from S3
deleteObject
Delete an object from S3
getObjectMetadata
Get object metadata without downloading the object
getPresignedUrl
Generate a presigned URL for temporary access
putBucketPolicy
Set a bucket policy for access control
getObjectTags
Get tags of an object
createBucket
Create a new S3 bucket
listObjects
List objects in a bucket with pagination
putObject
Upload an object to S3
deleteObjects
Delete multiple objects from S3
copyObject
Copy an object within S3
getBucketPolicy
Get the bucket policy
deleteBucketPolicy
Remove the bucket policy
putObjectTags
Add or update tags on an object
AWS S3