File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,8 @@ timelines:
100100
101101![ Forking Example] ( /img/bucket-forking.png )
102102
103- 1 . ** T1** → ** Bucket A** starts with two objects (Object 1 = ` foo ` , Object 2 = ` bar ` ).
103+ 1 . ** T1** → ** Bucket A** starts with two objects (Object 1 = ` foo ` , Object 2 =
104+ ` bar ` ).
1041052 . ** T2** → Snapshot A1 is created.
1051063 . ** T3** → Object 1 is deleted in Bucket A (but remains in Snapshot A1).
1061074 . ** T4** → Snapshot A2 is created.
@@ -120,8 +121,8 @@ timelines:
120121 ` baz ` (inherited from bucket B).
12112212 . ** T12** → Object 2 in Bucket D is updated to ` quux ` .
12212313 . ** T13** → Object 1 in Bucket D is added with value ` baz ` .
123- - Bucket D now has three objects: Object 1 = ` baz ` (its own data), Object 2 =
124- ` quux ` (its own copy), and Object 3 = ` baz ` (inherited from bucket B).
124+ - Bucket D now has three objects: Object 1 = ` baz ` (its own data), Object 2
125+ = ` quux ` (its own copy), and Object 3 = ` baz ` (inherited from bucket B).
125126
126127#### Key Takeaways
127128
You can’t perform that action at this time.
0 commit comments