Overview
Features
Resources
Expose AWS S3 data through Resources to load information into the LLM's context; currently supports PDF documents and is limited to 1000 objects.
ListBuckets
Returns a list of all buckets owned by the authenticated sender of the request.
ListObjectsV2
Returns some or all (up to 1,000) of the objects in a bucket with each request.
GetObject
Retrieves an object from Amazon S3. In the GetObject request, specify the full key name for the object. Supports both virtual-hosted-style and path-style requests.




