@@ -106,14 +106,17 @@ timelines:
1061065 . At ** T4** , ** Bucket B is forked from Bucket A** . Initially, Bucket B contains
107107 Object 2 (` bar ` ).
1081086 . At ** T5** , a new Object 3 (` baz ` ) is added to Bucket B.
109- 7 . At ** T6** , Object 3 in Bucket B is updated to ` foo ` .
110- 8 . At ** T7** , Snapshot B1 is created, preserving Object 3’s state.
111- 9 . At ** T8** , ** Bucket C is forked from Bucket B** . It starts with Object 1
112- (` baz ` ).
113- 10 . At ** T9** , Object 1 remains unchanged in Bucket C.
114- 11 . At ** T10** , ** Bucket D is forked from Bucket B** .
109+ 7 . At ** T6** , Snapshot B1 is created containing two objects: Object 2 (` bar ` )
110+ and Object 3 (` baz ` ).
111+ 8 . At ** T7** , Object 3 in Bucket B is updated to ` foo ` .
112+ 9 . At ** T8** , ** Bucket C is forked from Bucket A with Snapshot A1** . It starts
113+ with objects (Object 1 = ` foo ` , Object 2 = ` bar ` ).
114+ 10 . At ** T9** , Object 1 in Bucket C is updated to ` baz ` .
115+ 11 . At ** T10** , ** Bucket D is forked from Bucket B** with Snapshot B1. It starts
116+ with objects (Object 2 = ` bar ` and Object 3 = ` baz ` ).
11511712 . At ** T11** , Object 2 in Bucket D is updated to ` quux ` .
116- 13 . At ** T12** , Object 1 is added to Bucket D with value ` baz ` .
118+ 13 . At ** T12** , Object 1 in Bucket D is added with value ` baz ` . It now contains
119+ three objects: Object 1 = ` baz ` , Object 2 = ` quux ` , and Object 3 = ` baz ` .
117120
118121#### Key Takeaways
119122
0 commit comments