s3_object_delete
Remove specific objects from an S3 bucket by specifying the bucket name and object key/path. Simplifies object deletion within AWS S3 storage.
Instructions
Delete an object from S3
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bucket_name | Yes | Name of the S3 bucket | |
object_key | Yes | Key/path of the object to delete |