Provides secure access to AWS S3 buckets through pre-signed URLs.
AWS Ow S3 enables secure and controlled access to your AWS S3 buckets by generating pre-signed URLs. It offers functionalities for listing objects, retrieving objects, uploading objects, and deleting objects. This server simplifies S3 operations within applications, particularly when integrating with platforms like Claude Desktop, by abstracting away the complexities of AWS authentication and authorization.
Key Features
011 GitHub stars
02Configurable URL expiration times
03Supports listing, getting, putting, and deleting objects
04Generates pre-signed URLs for secure S3 access
05Uses standard AWS credential configuration methods
06Integrates with Claude Desktop via MCP
Use Cases
01Securely providing access to S3 objects for applications
02Integrating S3 storage with AI assistants or workflows
03Enabling file uploads to S3 from a client application