We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 477ce7b commit f73bc50Copy full SHA for f73bc50
1 file changed
modules/manage/partials/iceberg-access-table.adoc
@@ -0,0 +1,20 @@
1
+For BYOC clusters, the bucket name and table location are as follows:
2
+
3
+|===
4
+| Cloud provider | Bucket or container name | Iceberg table location
5
6
+| AWS
7
+| `redpanda-cloud-storage-<cluster-id>`
8
+.3+a| `redpanda-iceberg-catalog/redpanda/<topic-name>`
9
10
+| Azure
11
+a| `<cluster-id>`
12
13
+The Redpanda cluster ID is also used as the container name (ID) and the storage account ID.
14
15
+| GCP
16
17
18
19
20
+For BYOVPC clusters, the bucket name is the name you chose when you created the Tiered Storage bucket as a customer-managed resource.
0 commit comments