You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feature tests replication using the script crrExistingObjects.js from S3utils,
3
+
that replicates objects created before the replication was enabled on source the bucket.
4
+
5
+
@2.7.0
6
+
@PreMerge
7
+
@ReplicationTest
8
+
Scenario Outline: Replicate objects created before creating the replication rule
9
+
Given an existing bucket "<sourceBucket>""with" versioning, "without" ObjectLock "without" retention mode
10
+
And an object "<sourceObject>" that "exists"
11
+
And a replication configuration from "<sourceBucket>" bucket to "<replicationLocation>" location
12
+
When I run the job to replicate existing objects with status "<sourceObjStatus>" from bucket "<sourceBucket>" to location "<replicationLocation>"
13
+
Then the object "<sourceObject>" should be replicated within 60 seconds from "<sourceBucket>" bucket
14
+
And the replicated object "<sourceObject>" from "<sourceBucket>" bucket to "<replicationBucket>" bucket with location "<replicationLocation>" should be the same as its source object
0 commit comments