Bucket replication config set, get, remove #934
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bucket replication set, get, remove APIs.
setBucketReplication(bucketName, replicationConfig={}, cb)
getBucketReplication(bucketName, cb)
removeBucketReplication(bucketName, cb)
Test Script:
test-replication.txt
Note:
arn
has to be generated manually and fed to the script to test. Steps are commented in the test script.Place it inside of
src/test
and thennpm run compile
and thennode src/test/test-replication.js
Note:
To run all functional tests locally the below must be exported and certificates as required:
export MINIO_KMS_KES_ENDPOINT=https://play.min.io:7373;export MINIO_KMS_KES_KEY_FILE=root.key;export MINIO_KMS_KES_CERT_FILE=root.cert;export MINIO_KMS_KES_KEY_NAME=my-minio-key;