MinIO icon

MinIO

Connect to your MinIO server

Actions11

Overview

This node operation removes an object from a specified bucket in a storage service. It is useful for managing storage by deleting unwanted or obsolete files. For example, it can be used to clean up backup files or remove temporary data after processing.

Use Case Examples

  1. Deleting a specific file from a cloud storage bucket to free up space.
  2. Removing an outdated version of a document stored in a bucket.

Properties

Name Meaning
Bucket Name Specifies the bucket containing the object to be removed. It can be selected from a list of buckets or provided as an ID.
Object Name Specifies the name (key) of the object to be removed from the bucket. It can be selected from a list of objects or provided as an ID.
Options Additional options for removing the object, such as specifying a version ID or governance bypass flag.

Output

JSON

  • success - Indicates whether the object removal was successful (true or false).
  • message - Provides additional information or error messages related to the removal operation.

Dependencies

  • Requires access to the storage service with appropriate credentials to perform object removal.

Troubleshooting

  • Ensure the bucket name and object name are correct and exist in the storage service.
  • Check that the credentials used have permission to delete objects in the specified bucket.
  • If using versioning options, verify the version ID is valid and the governance bypass flag is set correctly.

Discussion