Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Popular Words: %27 [xss] int テスト test

Results 171 - 180 of 1,037 for host:docs.min.io (0.03 seconds)

  1. mc table namespace info | MinIO AIStor Document...

    The mc table namespace info command displays information about an Iceberg namespace on an MinIO AIStor cluster. The output includes the namespace properties and other metadata. Example The following command displays information about the prod namespace in the analytics warehouse on the myaistor MinIO AIStor cluster: mc table namespace info myaistor analytics prod Syntax The command has the following syntax:
    docs.min.io/aistor/reference/cli/mc-table/mc-table-namespace/mc-table-namespace-info/
    Wed Apr 29 07:06:45 GMT 2026
      265.2K bytes
      Similar Results (1)
  2. AIStor Server | MinIO AIStor Documentation

    These sections contain reference material for deploying AIStor Server (minio) resources onto bare-metal infrastructure. AIStor Server uses a binary minio that is a drop-in replacement for the AGPLv3-licensed Community AIStor Server. The minio server command starts the Server process: minio server --license /path/to/minio.license /mnt/disk{1...4} See Installation and Management for a complete guide on installation. Syntax The AIStor Server minio process has a single command minio server.
    docs.min.io/aistor/reference/aistor-server/
    Wed Apr 29 07:06:45 GMT 2026
      288.9K bytes
  3. AMQP Notification Settings | MinIO AIStor Docum...

    This page documents settings for configuring an AMQP service as a target for Bucket Notifications. See Publish Events to AMQP (RabbitMQ) for a tutorial on using these settings. 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, MinIO AIStor uses the environment variable value.
    docs.min.io/aistor/reference/aistor-server/settings/notifications/amqp/
    Wed Apr 29 07:06:45 GMT 2026
      292.4K bytes
  4. PostgreSQL Notification Settings | MinIO AIStor...

    This page documents settings for configuring an POSTGRES service as a target for Bucket Notifications. See Publish Events to PostgreSQL for a tutorial on using these settings. 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, MinIO AIStor uses the environment variable value.
    docs.min.io/aistor/reference/aistor-server/settings/notifications/postgresql/
    Wed Apr 29 07:06:45 GMT 2026
      283.6K bytes
  5. MQTT Notification Settings | MinIO AIStor Docum...

    This page documents settings for configuring an MQTT service as a target for Bucket Notifications. See Publish Events to MQTT for a tutorial on using these settings. 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, MinIO AIStor uses the environment variable value.
    docs.min.io/aistor/reference/aistor-server/settings/notifications/mqtt/
    Wed Apr 29 07:06:45 GMT 2026
      290.2K bytes
  6. AdminJob | MinIO AIStor Documentation

    The AdminJob Custom Resource Definition (CRD) allows administrators to run AIStor Client (mc) commands against an MinIO AIStor cluster using declarative Kubernetes YAML configurations. Each command runs in a Kubernetes Job pod that is authenticated with the specified ServiceAccount and STS credentials. Prerequisites Kubernetes ServiceAccount with PolicyBinding - Create a ServiceAccount and bind it to appropriate policies using the PolicyBinding CRD. The ServiceAccount provides the identity, while the PolicyBinding grants permissions. Existing MinIO AIStor deployment - AdminJob targets an existing ObjectStore cluster. Quick start This minimal example uses AdminJob to create a bucket named my-bucket in the primary-object-store cluster using the consoleAdmin policy for full administrative access. Save the following YAML as adminjob-quickstart.yaml to get started:
    docs.min.io/aistor/reference/kubernetes/adminjob/
    Wed Apr 29 07:06:45 GMT 2026
      325.6K bytes
      Similar Results (1)
  7. Identity Management Plugin Settings | MinIO AIS...

    This page documents settings for enabling external identity management using the MinIO Identity Management Plugin. See MinIO External Identity Management Plugin for a tutorial on using these settings. 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, MinIO AIStor uses the environment variable value.
    docs.min.io/aistor/reference/aistor-server/settings/iam/minio-identity-plugin/
    Wed Apr 29 07:06:45 GMT 2026
      278.1K bytes
  8. favicon.svg

    0
    docs.min.io/aistor/favicon/favicon.svg
    Wed Apr 29 07:06:45 GMT 2026
      1.7K bytes
  9. .NET Client API Reference | MinIO AIStor Docume...

    Initialize MinIO client object MinIO IMinioClient minioClient = new MinioClient() .WithEndpoint("play.min.io") .WithCredentials("Q3AM3UQ867SPQQA43P2F", "zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG") .WithSSL() .Build(); AWS S3 IIMinioClient minioClient = new MinioClient() .WithEndpoint("s3.amazonaws.com") .WithCredentials("YOUR-ACCESSKEYID", "YOUR-SECRETACCESSKEY") .WithSSL() .Build(); Bucket operations Object operations Presigned operations Bucket Policy Operations makeBucket getObject presignedGetObject getBucketPolicy listBuckets putObject presignedPutObject setBucketPolicy bucketExists copyObject presignedPostPolicy setBucketNotification removeBucket statObject getBucketNotification listObjects removeObject removeAllBucketNotification listIncompleteUploads removeObjects listenBucketNotifications selectObjectContent setVersioning setLegalHold getVersioning getLegalHold setBucketEncryption setObjectTags getBucketEncryption getObjectTags removeBucketEncryption removeObjectTags setBucketTags setObjectRetention getBucketTags getObjectRetention removeBucketTags clearObjectRetention setObjectLock removeIncompleteUpload getObjectLock removeObjectLock setBucketLifecycle getBucketLifecycle removeBucketLifecycle setBucketReplication getBucketReplication removeBucketReplication 1. Constructors
    docs.min.io/aistor/developers/sdk/dotnet/api/
    Wed Apr 29 07:06:45 GMT 2026
      630.9K bytes
  10. Haskell SDK | MinIO AIStor Documentation

    The MinIO Haskell Client SDK provides simple APIs to access MinIO and any Amazon S3 compatible object storage. This guide assumes that you have a working Haskell development environment. Installation Add to your project Simply add minio-hs to your project’s .cabal dependencies section or if you are using hpack, to your package.yaml file as usual.
    docs.min.io/aistor/developers/sdk/haskell/
    Wed Apr 29 07:06:45 GMT 2026
      282.8K bytes
      Similar Results (1)
Back to Top