MinIO

An Integration with MinIO Object Storage.

Database · DevSecOps

Configuration parameters

  • server — Server Name or Address (e.g. 8.8.8.8) (required)
  • port — Port Number (required)
  • access_key — Access Key (required)
  • access_secret — Access Secret (required)
  • ssl — Connect over SSL

Commands (12)

  • minio-copy-object

    Create an object by server-side copying data from another object.

  • minio-fput-object

    Uploads data from a file to an object in a bucket.

  • minio-get-object

    Gets data from offset to length of an object.

  • minio-get-tags

    Get tags configuration of an object.

  • minio-list-buckets

    List All MinIO Buckets.

  • minio-list-objects

    Lists object information of a bucket.

  • minio-make-bucket

    Create a new bucket.

  • minio-put-object

    Uploads data from a stream to an object in a bucket.

  • minio-remove-bucket

    Remove an existing bucket.

  • minio-remove-object

    Remove an object.

  • minio-set-tag

    Set tags configuration to an object.

  • minio-stat-object

    Get object information and metadata of an object.