- Sort Score
- Num 10 results
- Language All
- Labels All
Results 221 - 230 of 1,037 for host:docs.min.io (0.12 seconds)
-
mc replicate ls | AIStor Object Store Documenta...
The mc replicate ls command lists all replication rules on an AIStor bucket. The output includes the remote bucket, rule ID, priority, and ARN for each rule. Syntax Example The following command lists all enabled replication rules for the mydata bucket on the myaistor AIStor deployment:docs.min.io/enterprise/aistor-object-store/reference/cli/mc-replicate/mc-replicate-ls/Wed Feb 04 19:19:11 GMT 2026 273.6K bytes -
mc license register | AIStor Object Store Docum...
The mc license register command connects your deployment with your MinIO SUBNET account. The registration process collects the following information about the cluster for upload to SUBNET: Deployment ID Cluster Name Used capacity AIStor Object Store version Number of server pools Number of servers Number of drives Total space across all drives Space used across all drives Number of buckets Number of objects After registration, you can upload deployment health reports directly to SUBNET using the mc support diag command.docs.min.io/enterprise/aistor-object-store/reference/cli/mc-license/mc-license-register/Wed Feb 04 19:19:11 GMT 2026 278.5K bytes -
JavaScript Client API Reference | AIStor Object...
Initialize MinIO client object MinIO import * as Minio from 'minio' const minioClient = new Minio.Client({ endPoint: 'play.min.io', port: 9000, useSSL: true, accessKey: 'Q3AM3UQ867SPQQA43P2F', secretKey: 'zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG', }) AWS S3 import * as Minio from 'minio' const s3Client = new Minio.Client({ endPoint: 's3.amazonaws.com', accessKey: 'YOUR-ACCESSKEYID', secretKey: 'YOUR-SECRETACCESSKEY', }) Bucket operations Object operations Presigned operations Bucket Policy & Notification operations Custom Settings makeBucket getObject presignedUrl getBucketNotification setS3TransferAccelerate listBuckets getPartialObject presignedGetObject setBucketNotification bucketExists fGetObject presignedPutObject removeAllBucketNotification removeBucket putObject presignedPostPolicy getBucketPolicy listObjects fPutObject setBucketPolicy listObjectsV2 copyObject listenBucketNotification listIncompleteUploads statObject getBucketVersioning removeObject setBucketVersioning removeObjects getBucketTagging removeIncompleteUpload setBucketTagging putObjectRetention removeBucketTagging getObjectRetention setBucketLifecycle setObjectTagging getBucketLifecycle removeObjectTagging removeBucketLifecycle getObjectTagging setObjectLockConfig getObjectLegalHold getObjectLockConfig setObjectLegalHold getBucketEncryption composeObject setBucketEncryption selectObjectContent removeBucketEncryption setBucketReplication getBucketReplication removeBucketReplication 1. Constructordocs.min.io/enterprise/aistor-object-store/developers/sdk/javascript/api/Wed Feb 04 19:19:11 GMT 2026 530.7K bytes -
MinIO KMS
MinIO Key Management Service This documentation provides guidance on installation, usage, and configuration of the en...docs.min.io/enterprise/minio-kms/Wed Jan 14 20:10:20 GMT 2026 96.9K bytes -
Security Token Service | AIStor Object Store Do...
The AIStor Security Token Service (STS) APIs allow applications to generate temporary credentials for accessing the AIStor Server. The STS API is required for AIStor Servers configured to use external identity managers, as the API allows conversion of the external IDP credentials into AWS Signature v4-compatible credentials. STS API endpoints AIStor supports the following STS API endpoints:docs.min.io/enterprise/aistor-object-store/developers/security-token-service/Wed Feb 04 19:19:11 GMT 2026 276K bytes -
favicon.svg
1701docs.min.io/enterprise/aistor-object-store/favicon/favicon.svgWed Feb 04 19:19:11 GMT 2026 1.7K bytes -
mc support telemetry | AIStor Object Store Docu...
mc support telemetry generates OpenTelemetry-formatted trace information to either live-stream or record-then-transmit to an OpenTelemetry Protocol (OTLP)-compatible service. The command collects trace data across all nodes in the AIStor deployment. The information can be relayed to a specified collector, recorded to a local encrypted or unencrypted file, or replayed from a local file to a collector. These commands are designed to capture traces in support of ongoing troubleshooting and diagnostics with MinIO Engineering.docs.min.io/enterprise/aistor-object-store/reference/cli/mc-support/mc-support-telemetry/ -
Console Settings | AIStor Object Store Document...
This page covers settings that manage access and behavior for the AIStor Console. You can establish or modify settings by defining: an environment variable on the host system prior to starting or restarting the AIStor Server. Refer to your operating system’s documentation for how to define an environment variable. a configuration setting using mc admin config set. If you define both an environment variable and the similar configuration setting, AIStor uses the environment variable value.docs.min.io/enterprise/aistor-object-store/reference/aistor-server/settings/console/ -
Python Client API Reference | AIStor Object Sto...
1. Constructor Minio(endpoint, access_key=None, secret_key=None, session_token=None, secure=True, region=None, http_client=None, credentials=None) Initializes a new client object.docs.min.io/enterprise/aistor-object-store/developers/sdk/python/api/Wed Feb 04 19:19:11 GMT 2026 525.9K bytes -
Batch Job Settings | AIStor Object Store Docume...
This page covers settings that manage access and behavior for the batch job process. You can establish or modify settings by defining: an environment variable on the host system prior to starting or restarting the AIStor Server. Refer to your operating system’s documentation for how to define an environment variable. a configuration setting using mc admin config set. If you define both an environment variable and the similar configuration setting, AIStor uses the environment variable value.docs.min.io/enterprise/aistor-object-store/reference/aistor-server/settings/batch/