4 Multisite bucket-granularity sync policy provides fine grained control of data movement between
5 buckets in different zones. Leveraging the bucket-granularity sync policy is possible for buckets to diverge,
6 and a bucket can pull data from other buckets (ones that don’t share its name or its ID) in different zone.
12 [data]="syncPolicyData"
15 [forceIdentifier]="true"
16 selectionType="multiClick"
17 [searchableObjects]="true"
20 (setExpandedRow)="setExpandedRow($event)"
21 (fetchData)="getPolicyList($event)"
22 (updateSelection)="updateSelection($event)">
23 <div class="table-actions btn-toolbar">
25 [permission]="permission"
26 [selection]="selection"
28 [tableActions]="tableActions">
31 <cd-rgw-multisite-sync-policy-details
33 [expandedRow]="expandedRow"
34 [permission]="permission">
35 </cd-rgw-multisite-sync-policy-details>
38 <ng-template #deleteTpl>
39 <cd-alert-panel type="danger"
41 Are you sure you want to delete these policy groups?