1 <ng-container *ngIf="!!selection">
2 <cds-tabs type="contained"
4 <cds-tab heading="Details">
6 class="cds--data-table--sort cds--data-table--no-border cds--data-table cds--data-table--md"
7 data-testid="rgw-storage-details"
13 <cd-helper class="text-pre-wrap">
15 The target path specifies a prefix to which the source bucket-name/object-name is
20 <td>{{ selection?.target_path }}</td>
25 <cd-helper class="text-pre-wrap">
27 Access key is the remote cloud S3 access key used for a specific connection.
33 [columnNumbers]="{ md: 4 }"
40 [value]="selection?.access_key"
44 cdPasswordButton="access_key"></button>
45 <cd-copy-2-clipboard-button source="access_key"> </cd-copy-2-clipboard-button>
52 <cd-helper class="text-pre-wrap">
53 <span i18n> Secret is the secret key for the remote cloud S3 service. </span>
58 [columnNumbers]="{ md: 4 }"
65 [value]="selection?.secret"
69 cdPasswordButton="secret"></button>
70 <cd-copy-2-clipboard-button source="secret"> </cd-copy-2-clipboard-button>
78 <cd-helper class="text-pre-wrap">
79 <span i18n>The URL format for accessing the remote S3 endpoint: 'Path' for a path-based URL
80 or 'Virtual' for a domain-based URL.</span>
83 <td>{{ selection?.host_style }}</td>
88 Multipart Minimum Part Size
89 <cd-helper class="text-pre-wrap">
91 Minimum parts size to use when transitioning objects using multipart upload.
95 <td>{{ selection?.multipart_min_part_size }}</td>
100 Multipart Sync Threshold
101 <cd-helper class="text-pre-wrap">
103 Objects this size or larger will be transitioned to the cloud using multipart
108 <td>{{ selection?.multipart_sync_threshold }}</td>