AWS S3
JSON →Manage AWS S3 buckets and objects, including policies, tagging, and configurations.
Tools · 16
- list_buckets Retrieve a list of all S3 buckets.
- create_bucket Create a new S3 bucket with optional configurations.
- list_objects List all objects in a specified bucket.
- get_object Retrieve the content of a specified object.
- put_object Upload an object to a specified bucket.
- delete_object Remove an object from a specified bucket.
- generate_presigned_url Create a presigned URL for accessing or uploading an object.
- set_bucket_policy Update or set a policy for a specified bucket.
- get_bucket_policy Retrieve the current policy for a specified bucket.
- delete_bucket_policy Remove the current policy for a specified bucket.
- lifecycle_configuration Manage lifecycle rules for S3 buckets.
- object_tagging Set and retrieve tags for S3 objects.
- cors_configuration Get and set CORS rules for a bucket.
- copy_object Copy an object from one location to another within S3.
- download_file_to_local Download a file from a specified S3 bucket to a local path.
- upload_local_file Upload a local file to a specified S3 bucket.
Environment variables
AWS_SECRET_ACCESS_KEYAWS_ACCESS_KEY_ID
Links
★ 3 GitHub stars