1
0
mirror of https://github.com/minio/docs.git synced 2025-08-08 01:43:18 +03:00

DOCS-845: Updates for MinIO Server RELEASE.2023-05-04T21-44-30Z (#852)

Closes #845 

Staged: http://192.241.195.202:9000/staging/DOCS-845/linux/index.html
This commit is contained in:
Ravind Kumar
2023-05-17 17:38:27 -04:00
committed by GitHub
parent 9f95069315
commit 79e55b4d90
8 changed files with 102 additions and 14 deletions

View File

@@ -2,7 +2,7 @@ replicate:
apiVersion: v1
# source of the objects to be replicated
source:
type: TYPE # valid values are "s3"
type: TYPE # valid values are "s3" or "minio"
bucket: BUCKET
prefix: PREFIX
# endpoint: ENDPOINT
@@ -13,7 +13,7 @@ replicate:
# target where the objects must be replicated
target:
type: TYPE # valid values are "s3"
type: TYPE # valid values are "s3" or "minio"
bucket: BUCKET
prefix: PREFIX
# endpoint: ENDPOINT