A Pulumi package for creating and managing minio cloud resources.
Project description
Minio Resource Provider
The Minio Resource Provider lets you manage releases in a Minio installation.
Installing
This package is available in many languages in the standard packaging formats.
Node.js (Java/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either npm
:
$ npm install @pulumi/minio
or yarn
:
$ yarn add @pulumi/minio
Python
To use from Python, install using pip
:
$ pip install pulumi_minio
Go
To use from Go, use go get
to grab the latest version of the library
$ go get github.com/pulumi/pulumi-minio/sdk
.NET
To use from .NET, install using dotnet add package
:
$ dotnet add package Pulumi.Minio
Configuration
The following configuration points are available:
minio:minioServer
- (Required) Minio Host and Port. It must be provided, but it can also be sourced from theMINIO_ENDPOINT
environment variableminio:minioAccessKey
- (Required) Minio Access Key. It must be provided, but it can also be sourced from theMINIO_ACCESS_KEY
environment variableminio:minioSecretKey
- (Required) Minio Secret Key. It must be provided, but it can also be sourced from theMINIO_SECRET_KEY
environment variableminio:minioRegion
- (Optional) Minio Region (default: us-east-1
).minio:minioApiVersion
- (Optional) Minio API Version (type: string, options:v2
orv4
, default:v4
).minio:minioSsl
- (Optional) Minio SSL enabled (default:false
). It can also be sourced from theMINIO_ENABLE_HTTPS
environment variable
Reference
For further information, please visit the Minio provider docs or for detailed reference documentation, please visit the API docs.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pulumi_minio-0.16.1.tar.gz
.
File metadata
- Download URL: pulumi_minio-0.16.1.tar.gz
- Upload date:
- Size: 24.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5c43a62ea84ce8db400614f7b926a7cb2ffb2c989b8396d2d4732241146153d7 |
|
MD5 | 260c4637b94ec5f13c091c0eb72130f4 |
|
BLAKE2b-256 | 51d02a2c4991c057c5bb6d09fec3ea800d18577f272c4cdea48a2d9bd12f62b7 |
File details
Details for the file pulumi_minio-0.16.1-py3-none-any.whl
.
File metadata
- Download URL: pulumi_minio-0.16.1-py3-none-any.whl
- Upload date:
- Size: 49.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 609ede55c768de6e08d71dc1ec9ff5a3ff8aa1730d481c931cd8ab323e5d82fc |
|
MD5 | 4d4acf0011e629add3fec214fd5c18cd |
|
BLAKE2b-256 | 8537a9d9e475a277588d3db7262072e0113ce33f62ad899e0a5b99dfdbab8ef6 |