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:
@@ -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
|
||||
|
Reference in New Issue
Block a user