forked from minio/gluegun
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsite.yml
executable file
·528 lines (456 loc) · 33.4 KB
/
site.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
Site: "MinIO Docs"
Output: "docs"
Logo:
Image: "https://min.io/resources/img/logo/MINIO_wordmark.png"
Link: "https://min.io"
SEO Author: "MinIO"
Plugins:
- Google Tag Manager: "GTM-TWQNHTD"
- Google Analytics: "UA-56860620-1"
- Algolia:
apiKey: "0ba0d26da4d1483f96c03fe508304a64"
index: "minio"
tag: "en"
- LeadFeeder: "lftracker_v1_DzLR5a5kKJA7BoQ2"
- KickFire: "258964"
- Footer Widget:
Label: "Talk to the community"
Link: "https://slack.min.io"
Documents:
- MinIO Server:
- MinIO Quickstart Guide:
Link: https://raw.githubusercontent.com/minio/minio/master/README.md
Slug: minio-quickstart-guide
SEO Title: MinIO | The MinIO Quickstart Guide
SEO Description: This guide covers the basics of installing and testing the MinIO Server and Client
SEO Keywords: MinIO FreeBSD, MinIO Windows, MinIO GNU/Linux, MinIO MacOS, MinIO Docker Container
- MinIO Docker Quickstart Guide:
Link: https://raw.githubusercontent.com/minio/minio/master/docs/docker/README.md
Slug: minio-docker-quickstart-guide
SEO Title: MinIO | Learn more about MinIO's Docker Implementation
SEO Description: The MinIO Docker Quickstart Guide offers examples, code and documentation for those using Docker to run MinIO
SEO Keywords: Docker, MinIO container, minio container with persistent storage, Standalone MinIO on Docker, MinIO Docker Tips, Distributed MinIO on Docker
- MinIO Erasure Code Quickstart Guide:
Link: https://raw.githubusercontent.com/minio/minio/master/docs/erasure/README.md
Slug: minio-erasure-code-quickstart-guide
SEO Title: MinIO | Learn more about MinIO's Erasure Code Implementation
SEO Description: The MinIO Erasure Code Quickstart Guide offers examples, code and insight on this powerful data protection approach
SEO Keywords: Erasure coding, inline, forward error correction, reed-solomon code, silent data corruption, RAID6, BitRot protection, healing, highway hash
- Distributed MinIO Quickstart Guide:
Link: https://raw.githubusercontent.com/minio/minio/master/docs/distributed/README.md
Slug: distributed-minio-quickstart-guide
SEO Title: MinIO | Learn more about Deploying MinIO in Distributed Mode
SEO Description: The MinIO Distributed Code Quickstart Guide offers examples, code and insight on how to pool multiple dives into a single object storage server
SEO Keywords: distributed mode, pooling drives, Consistency Guarantees
- How to secure access to MinIO server with TLS:
Link: https://raw.githubusercontent.com/minio/minio/master/docs/tls/README.md
Slug: how-to-secure-access-to-minio-server-with-tls
SEO Title: MinIO | Learn how to secure access to MinIO server with TLS
SEO Description: This guide explains how to configure MinIO Server with TLS certificates on Linux and Windows platforms.
SEO Keywords: TLS certificates, private key and public certificates, certificate authority, self-signed keys, OpenSSL keys, ECDSA private keys, RSA private key, GnuTLS certificates
- MinIO Security Overview:
Link: https://raw.githubusercontent.com/minio/minio/master/docs/security/README.md
Slug: minio-security-overview
SEO Title: MinIO | Learn about SSE-S3, SSE-C encryption implementations on MinIO
SEO Description: This guide explains on the implementation details of MinIO server encryption features
SEO Keywords: aead, csprng, ek, iv, oek, prf, SSE, SSE-C, SSE-S3, SSE-KMS
- MinIO Server Limits Per Tenant:
Link: https://raw.githubusercontent.com/minio/minio/master/docs/minio-limits.md
Slug: minio-server-limits-per-tenant
SEO Title: MinIO | Learn how to configure your MinIO server
SEO Description: This guide includes code, examples and tips on how to get the most out of your MinIO server
SEO Keywords:
- MinIO Server Configuration Guide:
Link: https://raw.githubusercontent.com/minio/minio/master/docs/config/README.md
Slug: minio-server-configuration-guide
SEO Title: MinIO | Learn how to configure your MinIO server
SEO Description: This guide includes code, examples and tips on how to get the most out of your MinIO server
SEO Keywords: server configuration files, certificate directory, storage class
- Multi-tenant MinIO Deployment Guide:
Link: https://raw.githubusercontent.com/minio/minio/master/docs/multi-tenancy/README.md
Slug: multi-tenant-minio-deployment-guide
SEO Title: MinIO | Different configurations of hosts, nodes, and drives.
SEO Description: This guide provides commands to set up different configurations of hosts, nodes, and drives. Can be used as a starting point for other configurations.
SEO Keywords: Standalone Deployment, Distributed Deployment, Cloud Scale Deployment, Multiple Tenants on a Single Drive
- MinIO Monitoring Guide:
Link: https://raw.githubusercontent.com/minio/minio/master/docs/metrics/README.md
Slug: minio-monitoring-guide
SEO Title: MinIO | Learn how to configure the MinIO server for monitoring
SEO Description: This document details how to monitor data over un-authenticated endpoints so tools can pick the data without you having to share server credentials
SEO Keywords: endpoints, monitoring, prometheus, healthcheck
- How to monitor MinIO using Prometheus:
Link: https://raw.githubusercontent.com/minio/minio/master/docs/metrics/prometheus/README.md
Slug: how-to-monitor-minio-using-prometheus
SEO Title: MinIO | How to monitor MinIO using Prometheus
SEO Description: This document explains how to setup Prometheus and scrape metrics data from MinIO servers.
SEO Keywords: endpoints, monitoring, prometheus, healthcheck
- MinIO Federation Quickstart Guide:
Link: https://raw.githubusercontent.com/minio/minio/master/docs/federation/lookup/README.md
Slug: minio-federation-quickstart-guide
SEO Title: MinIO | Learn how to configure the MinIO bucket lookups with DNS
SEO Description: This document explains how to configure MinIO with Bucket lookup from DNS style federation.
SEO Keywords: Federation, DNS, CoreDNS, Environment Variables, MINIO_ETCD_ENDPOINTS, MINIO_DOMAIN, MINIO_PUBLIC_IPS
Options: hidden
- MinIO KMS Quickstart Guide:
Link: https://raw.githubusercontent.com/minio/minio/master/docs/kms/README.md
Slug: minio-kms-quickstart-guide
SEO Title: MinIO | Learn how to configure the MinIO with Key Management Systems
SEO Description: This document explains how to leverage external KMS or direct KMS master keys
SEO Keywords: SSE-S3, external KMS, key management system, Hashicorp Vault, Direct KMS master keys, Vault Environment variables, auto-encryption
- MinIO Legacy KMS Quickstart Guide:
Link: https://raw.githubusercontent.com/minio/minio/master/docs/kms/vault-legacy.md
Slug: minio-vault-legacy
SEO Title: MinIO | Learn how to configure the MinIO with Key Management Systems
SEO Description: This document explains how to leverage external KMS or direct KMS master keys
SEO Keywords: SSE-S3, external KMS, key management system, Hashicorp Vault, Direct KMS master keys, Vault Environment variables, auto-encryption
Options: hidden
- MinIO Compression Guide:
Link: https://raw.githubusercontent.com/minio/minio/master/docs/compression/README.md
Slug: minio-compression-guide
SEO Title: MinIO | Learn how to employ streaming compression
SEO Description: MinIO server allows streaming compression to ensure efficient disk space usage. Compression happens inflight. MinIO uses golang/snappy streaming compression.
SEO Keywords: streaming compression, golang/snappy
Options: hidden
- MinIO Multi-User Quickstart Guide:
Link: https://raw.githubusercontent.com/minio/minio/master/docs/multi-user/README.md
Slug: minio-multi-user-quickstart-guide
SEO Title: MinIO | Learn how to configure MinIO for multiple long term users
SEO Description: This document explains how to add/remove users and modify their access rights.
SEO Keywords: multi-user, configure users, user permissions, canned policies
- MinIO STS Quickstart Guide:
Link: https://raw.githubusercontent.com/minio/minio/master/docs/sts/README.md
Slug: minio-sts-quickstart-guide
SEO Title: MinIO | Learn how to configure MinIO for Security Token Service
SEO Description: This document explains how to configure STS endpoint services that enable clients to request temporary credentials for MinIO resources.
SEO Keywords: STS, endpoint services, temporary credentials, webIdentity, AssumeRole, Keycloak, Dex, Okta, etcd, client grants
- MinIO Features:
- MinIO Bucket Versioning Guide:
Link: https://raw.githubusercontent.com/minio/minio/master/docs/bucket/versioning/README.md
Slug: minio-bucket-versioning-guide
SEO Title: MinIO | Learn about MinIO Bucket Versioning
SEO Description: The guide explains how MinIO bucket versioning is implemented and concepts
SEO Keywords: versioning, object locking, retention, compliance, governance, PutBucketVersioning
- MinIO Bucket Object Lock and Immutability Guide:
Link: https://raw.githubusercontent.com/minio/minio/master/docs/bucket/retention/README.md
Slug: minio-bucket-object-lock-guide
SEO Title: MinIO | Learn about MinIO Object Lock and Immutability
SEO Description: The guide explains how to enable and use Object locking features
SEO Keywords: object locking, immutability, WORM, legal hold, governance, compliance, PutBucketObjectLock
- MinIO Bucket Replication Guide:
Link: https://raw.githubusercontent.com/minio/minio/master/docs/bucket/replication/README.md
Slug: minio-bucket-replication-guide
SEO Title: MinIO | Learn about MinIO Server Side Bucket Replication
SEO Description: The guide explains how MinIO bucket replication is implemented and concepts
SEO Keywords: replication, bucket replication, versioning, object locking, compliance, splunk
- MinIO Bucket Notification Guide:
Link: https://raw.githubusercontent.com/minio/minio/master/docs/bucket/notifications/README.md
Slug: minio-bucket-notification-guide
SEO Title: MinIO | Learn how to use MinIO Bucket Notifications
SEO Description: The guide explains what events occuring on objects in buckets can be monitored using bucket event notifications
SEO Keywords: s3:ObjectCreated:Put, s3:ObjectCreated:CompleteMultipartUpload, s3:ObjectAccessed:Head, s3:ObjectCreated:Post, s3:ObjectRemoved:Delete, s3:ObjectCreated:Copy, s3:ObjectAccessed:Get, AMQP, RabbitMQ, RabbitMQ, Elasticsearch, Redis, NATS, postgres, mysql, Kafka, webhooks, nsq
- MinIO Bucket Lifecycle Configuration Guide:
Link: https://raw.githubusercontent.com/minio/minio/master/docs/bucket/lifecycle/README.md
Slug: minio-bucket-lifecycle-guide
SEO Title: MinIO | Learn how to configure MinIO Bucket Lifecycle Configuration
SEO Description: The guide explains how to configure S3 compatible object lifecycle configuration on buckets
SEO Keywords: lifecycle, ILM, Object lifecycle management, PutBucketLifecycle, GetBucketLifecycle
- MinIO Select API Quickstart Guide:
Link: https://raw.githubusercontent.com/minio/minio/master/docs/select/README.md
Slug: minio-select-api-quickstart-guide
SEO Title: MinIO | Learn how to use the Select API
SEO Description: This document how to use the Select API to retrieve only the data needed by the application - resulting in massive performance improvements
SEO Keywords: S3 Select, Select API, aws_secret_access_key
- MinIO Integrations:
- Using MinIO with Veeam:
Link: https://raw.githubusercontent.com/minio/minio/master/docs/integrations/veeam/README.md
Slug: using-minio-with-veeam
SEO Title: MinIO | Learn about using MinIO with Veeam
SEO Description: The guide explains how to use MinIO with Veeam software
SEO Keywords: versioning, object locking, retention, compliance, governance, PutBucketVersioning, backups, veeam ready, object immutability
- MinIO Gateway:
- MinIO Gateway for NAS:
Link: https://raw.githubusercontent.com/minio/minio/master/docs/gateway/nas.md
Slug: minio-gateway-for-nas
SEO Title: MinIO | Learn how to add Amazon S3 compatibility to NAS storage
SEO Description: This guide provides code, examples and insights for running MinIO in gateway mode to enable the S3 API for Network Attached Storage
SEO Keywords: Network Attached Storage, NAS
- MinIO Gateway for S3:
Link: https://raw.githubusercontent.com/minio/minio/master/docs/gateway/s3.md
Slug: minio-gateway-for-s3
SEO Title: MinIO | Learn how to deploy MinIO with Amazon S3
SEO Description: This guide provides code, examples and insights for running MinIO in gateway mode in front of Amazon S3
SEO Keywords: gateway mode, amazon s3, minio docker s3, S3 API
- MinIO Disk Cache Guide:
Link: https://raw.githubusercontent.com/minio/minio/master/docs/disk-caching/README.md
Slug: minio-disk-cache-guide
SEO Title: MinIO | Learn how to use caching to store content closer to tenants
SEO Description: This guide details how to use caching disks to store content close to tenants improving performance and time to first byte
SEO Keywords: disk caching, object serving
- MinIO Deployment:
- MinIO Deployment Quickstart Guide:
Link: https://raw.githubusercontent.com/minio/minio/master/docs/orchestration/README.md
Slug: minio-deployment-quickstart-guide
SEO Title: MinIO | MinIO Deployment Quickstart Guide
SEO Description: This guide covers deployment documentation for Orchestration platforms - Docker Swarm, Docker Compose, Kubernetes, DC/OS
SEO Keywords: Docker Swarm, Docker Compose, Kubernetes, DC/OS
- Deploy MinIO on Docker Swarm:
Link: https://raw.githubusercontent.com/minio/minio/master/docs/orchestration/docker-swarm/README.md
Slug: deploy-minio-on-docker-swarm
SEO Title: MinIO | Deploy MinIO on Docker Swarm
SEO Description: This guide covers how MinIO server can be easily deployed in distributed mode on Swarm to create a multi-tenant, highly-available and scalable object store.
SEO Keywords: Docker Swarm, Docker Compose
- Deploy MinIO on Kubernetes:
Link: https://raw.githubusercontent.com/minio/minio/master/docs/orchestration/kubernetes/README.md
Slug: deploy-minio-on-kubernetes
SEO Title: MinIO | Deploy MinIO on Kubernetes
SEO Description: This guide documents the multiple options to deploy MinIO on Kubernetes. Concepts like Deployments and StatefulSets MinIO in standalone, distributed or gateway mode.
SEO Keywords: kubernetes, statefulsets, helm chart repository
- Deploy MinIO on Docker Compose:
Link: https://raw.githubusercontent.com/minio/minio/master/docs/orchestration/docker-compose/README.md
Slug: deploy-minio-on-docker-compose
SEO Title: MinIO | Deploy MinIO on Docker Compose
SEO Description: This guide covers deployment of MinIO using Docker Compose. Compose allows defining and running single host, multi-container Docker applications.
SEO Keywords: Docker compose, distributed minio, single host, multi-container
- MinIO Client:
- MinIO Client Quickstart Guide:
Link: https://raw.githubusercontent.com/minio/mc/master/README.md
Slug: minio-client-quickstart-guide
SEO Title: MinIO | MinIO Client Quickstart Guide
SEO Description: This document explains how to use the MinIO Client as a modern alternative to UNIX commands like ls, cat, cp, mirror, diff, find etc. For filesystems + Amazon S3 compatible services
SEO Keywords: minio client, UNIX, docker
- MinIO Client Complete Guide:
Link: https://raw.githubusercontent.com/minio/mc/master/docs/minio-client-complete-guide.md
Slug: minio-client-complete-guide
SEO Title: MinIO | The complete guide to the MinIO client
SEO Description: This document explains in detail how to use the MinIO Client as a modern alternative to UNIX commands like ls, cat, cp, mirror, diff, find etc. For filesystems + Amazon S3 compatible services
SEO Keywords: UNIX commands, minio client, UNIX, docker, mc
- MinIO Admin Complete Guide:
Link: https://raw.githubusercontent.com/minio/mc/master/docs/minio-admin-complete-guide.md
Slug: minio-admin-complete-guide
SEO Title: MinIO | The complete guide to the MinIO Admin functionality
SEO Description: This document explains in detail how to use the MinIO Client's administrative functionality including service, info, user, policy, heal
SEO Keywords: service, info, policy, credential, config, heal, docker stable, docker edge, mc admin
- MinIO SDKs:
- Java Client Quickstart Guide:
Link: https://raw.githubusercontent.com/minio/minio-java/master/README.md
Slug: java-client-quickstart-guide
SEO Title: MinIO | Java Client Quickstart Guide
SEO Description: The MinIO Java Client SDK provides simple APIs to access any Amazon S3 compatible object storage server.
SEO Keywords: Java Client SDK, MinIO Java Client SDK
- Java Client API Reference:
Link: https://raw.githubusercontent.com/minio/minio-java/master/docs/API.md
Slug: java-client-api-reference
SEO Title: MinIO | Java Client API Reference
SEO Description: The MinIO Java Client SDK provides detailed code examples for the MinIO Java API
SEO Keywords: Java Client SDK, Java Client API, MinIO Java SDK, MinIO Java Client API
- Golang Client Quickstart Guide:
Link: https://raw.githubusercontent.com/minio/minio-go/master/README.md
Slug: golang-client-quickstart-guide
SEO Title: MinIO | Golang Client Quickstart Guide
SEO Description: The MinIO Go Client SDK provides simple APIs to access any Amazon S3 compatible object storage server.
SEO Keywords: Golang, Go, MinIO Golang Client, MinIO Go Client
- Golang Client API Reference:
Link: https://raw.githubusercontent.com/minio/minio-go/master/docs/API.md
Slug: golang-client-api-reference
SEO Title: MinIO | Golang Client API Reference
SEO Description: The MinIO Go Client API reference provides detailed code examples for the MinIO Go SDK
SEO Keywords: Golang, Go, MinIO Golang Client, MinIO Go Client
- Python Client Quickstart Guide:
Link: https://raw.githubusercontent.com/minio/minio-py/master/README.md
Slug: python-client-quickstart-guide
SEO Title: MinIO | Python Client Quickstart Guide
SEO Description: The MinIO Python SDK provides simple APIs to access any Amazon S3 compatible object storage server.
SEO Keywords: Python SDK, Python Client API, MinIO Python SDK, MinIO Python Client API
- Python Client API Reference:
Link: https://raw.githubusercontent.com/minio/minio-py/master/docs/API.md
Slug: python-client-api-reference
SEO Title: MinIO | Python Client API Reference
SEO Description: The MinIO Python SDK provides detailed code examples for the Python API
SEO Keywords: Python SDK, Python Client API, MinIO Python SDK, MinIO Python Client API
- JavaScript Client Quickstart Guide:
Link: https://raw.githubusercontent.com/minio/minio-js/master/README.md
Slug: javascript-client-quickstart-guide
SEO Title: MinIO | JavaScript Client Quickstart Guide
SEO Description: This quickstart guide will show you how to install the client SDK and execute an example JavaScript program.
SEO Keywords: JavaScript, JavaScript API, npm install minio
- JavaScript Client API Reference:
Link: https://raw.githubusercontent.com/minio/minio-js/master/docs/API.md
Slug: javascript-client-api-reference
SEO Title: MinIO | JavaScript Client API Reference
SEO Description: This document contains the detailed example code for the JavaScript Client API
SEO Keywords: JavaScript Client, JavaScript API, MinIO JavaScript SDK, MinIO JavaScript Client
- .NET Client Quickstart Guide:
Link: https://raw.githubusercontent.com/minio/minio-dotnet/master/README.md
Slug: dotnet-client-quickstart-guide
SEO Title: MinIO | .NET Client Quickstart Guide
SEO Description: The MinIO .NET Client SDK provides simple APIs to access any Amazon S3 compatible object storage server.
SEO Keywords: dotnet, .NET, MinIO Dotnet Client, MinIO .NET Client, MinIO Dotnet SDK, MinIO .NET SDK
- .NET Client API Reference:
Link: https://raw.githubusercontent.com/minio/minio-dotnet/master/Docs/API.md
Slug: dotnet-client-api-reference
SEO Title: MinIO | .NET Client API Reference
SEO Description: The MinIO .NET Client SDK provides detailed code examples for the MinIO .NET SDK
SEO Keywords: dotnet, .NET
- Haskell Client Quickstart Guide:
Link: https://raw.githubusercontent.com/minio/minio-hs/master/README.md
Slug: haskell-client-quickstart-guide
SEO Title: MinIO | Haskell Client Quickstart Guide
SEO Description: The MinIO Haskell Client SDK provides simple APIs to access any Amazon S3 compatible object storage server.
SEO Keywords: Haskell, MinIO Haskell Client, MinIO Haskell SDK
- Haskell Client API Reference:
Link: https://raw.githubusercontent.com/minio/minio-hs/master/docs/API.md
Slug: haskell-client-api-reference
SEO Title: MinIO | Haskell Client Quickstart Guide
SEO Description: The MinIO Haskell Client SDK provides detailed code examples for the MinIO Haskell SDK
SEO Keywords: Haskell, MinIO Haskell Client, MinIO Haskell SDK, Haskell API Reference Guide
- Cookbook:
- Disaggregated Spark and Hadoop Hive with MinIO:
Link: https://raw.githubusercontent.com/minio/minio/master/docs/bigdata/README.md
Slug: disaggregated-spark-and-hadoop-hive-with-minio
SEO Title: MinIO | Learn more about disaggregated Spark and Hadoop Hive with MinIO
SEO Description: This document describes how to disaggregate storage from compute in any Spark or Hive deployment using MinIO
SEO Keywords: distributed mode, Hive, Hadoop, Spark, Hortonworks, Cloudera, MapR
- S3cmd with MinIO:
Link: https://raw.githubusercontent.com/minio/docs/legacy/docs/s3cmd-with-minio.md
Slug: s3cmd-with-minio
SEO Title: MinIO | S3cmd with MinIO - Cookbook/Recipe
SEO Description: In this recipe we will learn how to configure and use S3cmd to manage data with MinIO Server
SEO Keywords: S3cmd
- AWS CLI with MinIO:
Link: https://raw.githubusercontent.com/minio/docs/legacy/docs/aws-cli-with-minio.md
Slug: aws-cli-with-minio
SEO Title: MinIO | AWS CLI with MinIO - Cookbook/Recipe
SEO Description: In this recipe we will learn how to configure and use AWS CLI to manage data with MinIO Server
SEO Keywords: AWS CLI
- restic with MinIO:
Link: https://raw.githubusercontent.com/minio/docs/legacy/docs/restic-with-minio.md
Slug: restic-with-minio
SEO Title: MinIO | restic with MinIO - Cookbook/Recipe
SEO Description: In this recipe we will learn how to use restic to backup data into MinIO Server.
SEO Keywords: Restic
- Store MySQL Backups in MinIO:
Link: https://raw.githubusercontent.com/minio/docs/legacy/docs/store-mysql-backups-in-minio.md
Slug: store-mysql-backups-in-minio
SEO Title: MinIO | Store MySQL Backups in MinIO - Cookbook/Recipe
SEO Description: In this recipe we will learn how to store MySQL backups in MinIO Server.
SEO Keywords: MySQL, Backups
- Store MongoDB Backups in MinIO:
Link: https://raw.githubusercontent.com/minio/docs/legacy/docs/store-mongodb-backups-in-minio.md
Slug: store-mongodb-backups-in-minio
SEO Title: MinIO | Store MongoDB Backups in MinIO - Cookbook/Recipe
SEO Description: In this recipe we will learn how to store MongoDB backups in MinIO Server.
SEO Keywords: MongoDB
- Store PostgreSQL Backups in MinIO:
Link: https://raw.githubusercontent.com/minio/docs/legacy/docs/store-postgresql-backups-in-minio.md
Slug: store-postgresql-backups-in-minio
SEO Title: MinIO | Store PostgreSQL Backups in MinIO - Cookbook/Recipe
SEO Description: In this recipe you will learn how to store PostgreSQL backups in MinIO Server.
SEO Keywords: PostgresSQL
- Setup Caddy proxy with MinIO:
Link: https://raw.githubusercontent.com/minio/docs/legacy/docs/setup-caddy-proxy-with-minio.md
Slug: setup-caddy-proxy-with-minio
SEO Title: MinIO | Setup Caddy proxy with MinIO - Cookbook/Recipe
SEO Description: In this recipe we will learn how to set up Caddy proxy with MinIO Server.
SEO Keywords: Caddy proxy
- Setup Nginx proxy with MinIO:
Link: https://raw.githubusercontent.com/minio/docs/legacy/docs/setup-nginx-proxy-with-minio.md
Slug: setup-nginx-proxy-with-minio
SEO Title: MinIO | Setup Nginx proxy with MinIO - Cookbook/Recipe
SEO Description: In this recipe we will learn how to set up Nginx proxy with MinIO Server.
SEO Keywords: Nginx proxy
- Store Apache Logs into MinIO:
Link: https://raw.githubusercontent.com/minio/docs/legacy/docs/aggregate-apache-logs-with-fluentd-and-minio.md
Slug: aggregate-apache-logs-with-fluentd-and-minio
SEO Title: MinIO | Store Apache Logs into MinIO - Cookbook/Recipe
SEO Description: In this recipe, we will learn how to use MinIO as log aggregator for fluentd using fluent-plugin-s3 plugin.
SEO Keywords: Apache
- Rclone with MinIO Server:
Link: https://raw.githubusercontent.com/minio/docs/legacy/docs/rclone-with-minio.md
Slug: rclone-with-minio-server
SEO Title: MinIO | Rclone with MinIO Server- Cookbook/Recipe
SEO Description: This recipe describes how to use rclone with MinIO Server.
SEO Keywords: Rclone
- Setup Apache HTTP proxy with MinIO Server:
Link: https://raw.githubusercontent.com/minio/docs/legacy/docs/setup-apache-http-proxy-with-minio.md
Slug: setup-apache-http-proxy-with-minio-server
SEO Title: MinIO | Setup Apache HTTP proxy with MinIO Server - Cookbook/Recipe
SEO Description: In this recipe we will learn how to set up Apache HTTP with mod_proxy module for connecting to MinIO Server. We are going to set up a new VirtualHost for example.com
SEO Keywords: Apache HTTP
- Upload files from browser using pre-signed URLs:
Link: https://raw.githubusercontent.com/minio/docs/legacy/docs/presigned-put-upload-via-browser.md
Slug: upload-files-from-browser-using-pre-signed-urls
SEO Title: MinIO | Upload files from browser using pre-signed URLs - Cookbook/Recipe
SEO Description: This guide describes how to use the presigned PutObject API from the MinIO JavaScript Library to generate a pre-signed URL.
SEO Keywords: pre-signed URLs
- How to run MinIO in FreeNAS?:
Link: https://raw.githubusercontent.com/minio/docs/legacy/docs/running-minio-in-freenas.md
Slug: how-to-run-minio-in-freenas
SEO Title: MinIO | How to run MinIO in FreeNAS? - Cookbook/Recipe
SEO Description: In this recipe we will learn how to run MinIO with FreeNAS.
SEO Keywords: FreeNAS
- How to use AWS SDK for PHP with MinIO Server:
Link: https://raw.githubusercontent.com/minio/docs/legacy/docs/aws-sdk-for-php-with-minio.md
Slug: how-to-use-aws-sdk-for-php-with-minio-server
SEO Title: MinIO | How to use AWS SDK for PHP with MinIO Server - Cookbook/Recipe
SEO Description: In this recipe we will learn how to use aws-sdk-php, the official AWS SDK for the PHP programming language, with MinIO server.
SEO Keywords: AWS SDK for PHP
- How to use AWS SDK for Ruby with MinIO Server:
Link: https://raw.githubusercontent.com/minio/docs/legacy/docs/aws-sdk-for-ruby-with-minio.md
Slug: how-to-use-aws-sdk-for-ruby-with-minio-server
SEO Title: MinIO | How to use AWS SDK for Ruby with MinIO Server - Cookbook/Recipe
SEO Description: In this recipe we will learn how to use aws-sdk, the official AWS SDK for the Ruby programming language, with MinIO server
SEO Keywords: AWS SDK for Ruby, AWS SDK for Ruby on Rails
- How to use AWS SDK for Python with MinIO Server:
Link: https://raw.githubusercontent.com/minio/docs/legacy/docs/aws-sdk-for-python-with-minio.md
Slug: how-to-use-aws-sdk-for-python-with-minio-server
SEO Title: MinIO | How to use AWS SDK for Python with MinIO Server - Cookbook/Recipe
SEO Description: In this recipe we will learn how to use aws-sdk-python, the official AWS SDK for the Python programming language, with MinIO server.
SEO Keywords: AWS SDK for Python
- How to use AWS SDK for JavaScript with MinIO Server:
Link: https://raw.githubusercontent.com/minio/docs/legacy/docs/aws-sdk-for-javascript-with-minio.md
Slug: how-to-use-aws-sdk-for-javascript-with-minio-server
SEO Title: MinIO | How to use AWS SDK for JavaScript with MinIO Server - Cookbook/Recipe
SEO Description: In this recipe we will learn how to use aws-sdk, the official AWS SDK for the JavaScript programming language, with MinIO server.
SEO Keywords: AWS SDK for JavaScript
- How to run multiple MinIO servers with Træfɪk:
Link: https://raw.githubusercontent.com/minio/docs/legacy/docs/multiple-minio-servers-with-traefik.md
Slug: how-to-run-multiple-minio-servers-with-traef-k
SEO Title: MinIO | How to run multiple MinIO servers with Træfɪk - Cookbook/Recipe
SEO Description: This cookbook will explain how you can setup multiple MinIO instances via Docker which you can access on different subdomains through Træfɪk.
SEO Keywords: Træfɪk, reverse proxy, golang
- How to use AWS SDK for Go with MinIO Server:
Link: https://raw.githubusercontent.com/minio/docs/legacy/docs/aws-sdk-for-go-with-minio.md
Slug: how-to-use-aws-sdk-for-go-with-minio-server
SEO Title: MinIO | How to use AWS SDK for Go with MinIO Server - Cookbook/Recipe
SEO Description: In this recipe we will learn how to use aws-sdk-go, the official AWS SDK for the Go programming language, with MinIO server
SEO Keywords: AWS SDK for Go, Golang
- How to use AWS SDK for Java with MinIO Server:
Link: https://raw.githubusercontent.com/minio/docs/legacy/docs/aws-sdk-for-java-with-minio.md
Slug: how-to-use-aws-sdk-for-java-with-minio-server
SEO Title: MinIO | How to use AWS SDK for Java with MinIO Server - Cookbook/Recipe
SEO Description: In this recipe we will learn how to use aws-sdk-java, the official AWS SDK for the Java programming language, with MinIO server
SEO Keywords: AWS SDK for Java
- How to use Paperclip with MinIO Server:
Link: https://raw.githubusercontent.com/minio/docs/legacy/docs/how-to-use-paperclip-with-minio.md
Slug: how-to-use-paperclip-with-minio-server
SEO Title: MinIO | How to use Paperclip with MinIO Server - Cookbook/Recipe
SEO Description: Paperclip is intended as an easy file attachment library for ActiveRecord. In this recipe you will learn how to configure MinIO as an object storage backend for Paperclip.
SEO Keywords: Paperclip, ActiveRecord
- How to use AWS SDK for .NET with MinIO Server:
Link: https://raw.githubusercontent.com/minio/docs/legacy/docs/aws-sdk-for-dotnet-with-minio.md
Slug: how-to-use-aws-sdk-for-net-with-minio-server
SEO Title: MinIO | How to use AWS SDK for .NET with MinIO Server - Cookbook/Recipe
SEO Description: In this recipe we will learn how to use aws-sdk-dotnet, the official AWS SDK for the .NET Framework, with MinIO server.
SEO Keywords: AWS SDK for .NET
- How to use MinIO's server-side-encryption with aws-cli:
Link: https://raw.githubusercontent.com/minio/docs/legacy/docs/how-to-use-minio-server-side-encryption-with-aws-cli.md
Slug: how-to-use-minio-s-server-side-encryption-with-aws-cli
SEO Title: MinIO | How to use MinIO's server-side-encryption with aws-cli - Cookbook/Recipe
SEO Description: MinIO supports S3 server-side-encryption with customer provided keys (SSE-C), this describes the use of server-side encryption with AWS Command Line Interface (aws-cli)
SEO Keywords: aws-cli, server side encryption
- Generate Let's Encrypt certificate using Certbot for MinIO:
Link: https://raw.githubusercontent.com/minio/docs/legacy/docs/generate-lets-encypt-certificate-using-certbot-for-minio.md
Slug: generate-let-s-encypt-certificate-using-concert-for-minio
SEO Title: MinIO | How to generate Let's Encrypt certificate using Certbot - Cookbook/Recipe
SEO Description: In this recipe, we will generate a Let's Encrypt certificate using Certbot. This certificate will then be deployed for use in the MinIO server.
SEO Keywords: Let's Encrypt, Certbot, Certificate Authority