Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 181 - 190 of 1,037 for host:docs.min.io (0.17 seconds)

  1. JavaScript Client API Reference | MinIO AIStor ...

    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. Constructor
    docs.min.io/aistor/developers/sdk/javascript/api/
    Wed Apr 29 07:06:45 GMT 2026
      521.6K bytes
  2. Haskell Client API Reference | MinIO AIStor Doc...

    Initialize MinIO client object MinIO - for public Play server minioPlayCI :: ConnectInfo minioPlayCI AWS S3 awsCI :: ConnectInfo awsCI { connectAccesskey = "your-access-key" , connectSecretkey = "your-secret-key" } Bucket operations Object Operations Presigned Operations listBuckets getObject presignedGetObjectUrl makeBucket putObject presignedPutObjectUrl removeBucket fGetObject presignedPostPolicy listObjects fPutObject listObjectsV1 copyObject listIncompleteUploads removeObject bucketExists selectObjectContent 1. Connecting and running operations on the storage service The Haskell MinIO SDK provides high-level functionality to perform operations on a MinIO server or any AWS S3-like API compatible storage service.
    docs.min.io/aistor/developers/sdk/haskell/api/
    Wed Apr 29 07:06:45 GMT 2026
      388.1K bytes
      Similar Results (1)
  3. File Transfer Protocol | MinIO AIStor Documenta...

    You can use the File Transfer Protocol (FTP) to interact with the objects on an AIStor Server. You must specifically enable FTP or SFTP when starting the server. Enabling either server type does not affect other AIStor Server features. This page uses the abbreviation FTP throughout, but you can use any of the supported FTP protocols described below. Supported protocols When enabled, MinIO AIStor supports FTP access over the following protocols:
    docs.min.io/aistor/developers/file-transfer-protocol/
    Wed Apr 29 07:06:45 GMT 2026
      288.5K bytes
  4. JavaScript SDK | MinIO AIStor Documentation

    The MinIO JavaScript Client SDK provides high level APIs to access any Amazon S3 compatible object storage server. This guide will show you how to install the client SDK and execute an example JavaScript program. For a complete list of APIs and examples, please take a look at the JavaScript Client API Reference documentation. This document presumes you have a working Node.js development environment, LTS versions v16, v18 or v20.
    docs.min.io/aistor/developers/sdk/javascript/
    Wed Apr 29 07:06:45 GMT 2026
      297.8K bytes
      Similar Results (1)
  5. MinIO KMS

    MinIO Key Management Service This documentation provides guidance on installation, usage, and configuration of the en...
    docs.min.io/kms/
    Wed Apr 29 06:59:59 GMT 2026
      77.5K bytes
  6. MinIO Warp Documentation

    Warp Documentation Warp is an open-source testing tool for S3-compatible object storage systems. Use Warp to evaluate...
    docs.min.io/warp/
    Wed Apr 29 06:09:08 GMT 2026
      37.5K bytes
      Similar Results (1)
  7. mc idp openid accesskey info | AIStor Object St...

    The mc idp openid accesskey info outputs information about the specified access key(s). This command works against access keys created by an OIDC user after authenticating to AIStor. Authenticated users can manage their own long-term Access Keys using the AIStor Console. AIStor supports using AssumeRoleWithWebIdentity to generate temporary access keys using the Security Token Service. Example and syntax Example The following example outputs details for the access key mykey from the myaistor deployment:
    docs.min.io/enterprise/aistor-object-store/reference/cli/mc-idp-openid-accesskey/mc-idp-openid-ac...
    Wed Feb 04 19:19:11 GMT 2026
      274.3K bytes
      Similar Results (1)
  8. mc ilm tier update | AIStor Object Store Docume...

    The mc ilm tier update command modifies an existing configured remote tier. Syntax Example The following example updates the credentials for an existing remote tier called S3TIER on the myaistor deployment.
    docs.min.io/enterprise/aistor-object-store/reference/cli/mc-ilm-tier/mc-ilm-tier-update/
    Wed Feb 04 19:19:11 GMT 2026
      296.2K bytes
      Similar Results (1)
  9. mc get | AIStor Object Store Documentation

    The mc get command retrieves objects from an AIStor deployment or S3-compatible service to a local filesystem. mc get provides a simplified interface for downloading files compared to mc cp or mc mirror. mc get uses a one-way download function that trades efficiency for the power and complexity of the other commands. Syntax Example The following command downloads an object from the myaistor deployment to the local filesystem:
    docs.min.io/enterprise/aistor-object-store/reference/cli/mc-get/
    Wed Feb 04 19:19:11 GMT 2026
      278K bytes
      Similar Results (1)
  10. mc idp ldap policy | AIStor Object Store Docume...

    Description The mc idp ldap policy commands show the mapping relationships between policies and the associated groups or users. This command has the following subcommands: Subcommand Description attach Attaches one or more policies to an entity. detach Detaches one or more policies from an entity. entities Displays a list of mappings for a user, group, and/or policy.
    docs.min.io/enterprise/aistor-object-store/reference/cli/mc-idp-ldap-policy/
    Wed Feb 04 19:19:11 GMT 2026
      265.5K bytes
      Similar Results (1)
Back to Top