- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1971 - 1980 of over 10,000 for timestamp:[now/d-1y TO *] (1.45 seconds)
-
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/Mon Jun 08 23:21:48 GMT 2026 281.3K bytes -
MySQL :: MySQL 8.0 Reference Manual :: 28.5.1 I...
Skip to Main Content Documentation Home MySQL 8.0 Reference Manual Related Documentation MySQL 8.0 Release Notes MySQ...dev.mysql.com/doc/refman/8.0/en/information-schema-thread-pool-table-reference.html -
MySQL :: MySQL 8.0 Reference Manual :: 29.4.2 P...
Skip to Main Content Documentation Home MySQL 8.0 Reference Manual Related Documentation MySQL 8.0 Release Notes MySQ...dev.mysql.com/doc/refman/8.0/en/performance-schema-filtering.html -
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/Mon Jun 08 23:21:48 GMT 2026 301K bytes -
AssumeRoleWithClientGrants | MinIO AIStor Docum...
The MinIO AIStor Security Token Service (STS) AssumeRoleWithClientGrants API endpoint generates temporary access credentials for applications authenticated through an OAuth 2.0 client credentials grant issued by a configured OpenID Connect Identity Provider (IDP), such as Keycloak or Okta. This page documents the AIStor Server AssumeRoleWithClientGrants endpoint. For instructions on implementing STS using an S3-compatible SDK, refer to the documentation for that SDK. Calling AssumeRoleWithClientGrants does not require AIStor Server credentials. The identity of the caller is validated using a JWT access token obtained from the identity provider, so client applications can request temporary credentials without embedding AIStor Server credentials.docs.min.io/aistor/developers/security-token-service/assumerolewithclientgrants/Mon Jun 08 23:21:48 GMT 2026 273.6K bytes -
MySQL :: MySQL 8.0 Reference Manual :: 28.5.4 T...
Skip to Main Content Documentation Home MySQL 8.0 Reference Manual Related Documentation MySQL 8.0 Release Notes MySQ...dev.mysql.com/doc/refman/8.0/en/information-schema-tp-thread-state-table.html -
MySQL :: MySQL 8.0 Reference Manual :: 28.7 INF...
Skip to Main Content Documentation Home MySQL 8.0 Reference Manual Related Documentation MySQL 8.0 Release Notes MySQ...dev.mysql.com/doc/refman/8.0/en/firewall-information-schema-tables.html -
MySQL :: MySQL 8.0 Reference Manual :: 30.4.2.1...
Skip to Main Content Documentation Home MySQL 8.0 Reference Manual Related Documentation MySQL 8.0 Release Notes MySQ...dev.mysql.com/doc/refman/8.0/en/sys-sys-config.html -
.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. Constructorsdocs.min.io/aistor/developers/sdk/dotnet/api/Mon Jun 08 23:21:48 GMT 2026 623.9K bytes -
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/Mon Jun 08 23:21:48 GMT 2026 388.2K bytes