1 <cd-rgw-multisite-tabs></cd-rgw-multisite-tabs>
6 Multisite bucket-granularity sync policy provides fine grained control of data movement between
7 buckets in different zones. Leveraging the bucket-granularity sync policy is possible for buckets to diverge,
8 and a bucket can pull data from other buckets (ones that don’t share its name or its ID) in different zone.
14 [data]="syncPolicyData"
17 [forceIdentifier]="true"
18 selectionType="multiClick"
19 [searchableObjects]="true"
22 (setExpandedRow)="setExpandedRow($event)"
23 (fetchData)="getPolicyList($event)"
24 (updateSelection)="updateSelection($event)">
25 <div class="table-actions btn-toolbar">
27 [permission]="permission"
28 [selection]="selection"
30 [tableActions]="tableActions">
33 <cd-rgw-multisite-sync-policy-details
35 [expandedRow]="expandedRow"
36 [permission]="permission">
37 </cd-rgw-multisite-sync-policy-details>
40 <ng-template #deleteTpl>
41 <cd-alert-panel type="danger"
43 Are you sure you want to delete these policy groups?
46 <router-outlet name="modal"
47 (deactivate)="getPolicyList()"></router-outlet>