MCP SysOperator

by tarnover

aws_s3

Manage AWS S3 buckets and objects by performing actions like listing, creating, deleting, uploading, and downloading files with region-specific configurations.

Instructions

Manage AWS S3 buckets and objects

Input Schema

NameRequiredDescriptionDefault
aclNo
actionYes
bucketNo
contentTypeNo
localPathNo
metadataNo
objectKeyNo
regionYes
tagsNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "acl": { "type": "string" }, "action": { "enum": [ "list_buckets", "create_bucket", "delete_bucket", "list_objects", "upload", "download" ], "type": "string" }, "bucket": { "type": "string" }, "contentType": { "type": "string" }, "localPath": { "type": "string" }, "metadata": { "additionalProperties": { "type": "string" }, "type": "object" }, "objectKey": { "type": "string" }, "region": { "minLength": 1, "type": "string" }, "tags": { "additionalProperties": { "type": "string" }, "type": "object" } }, "required": [ "action", "region" ], "type": "object" }

You must be authenticated.

Other Tools from MCP SysOperator

Related Tools

ID: 7ov3ozxt9a