Skip to content

Commit 18f762b

Browse files
committed
Update guide
1 parent 5d90e23 commit 18f762b

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

docs/preview/duckdb/guides/public_ducklake_on_object_storage.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: docu
33
title: Public DuckLake on Object Storage
44
---
55

6-
This guide explains how to set up a **public read-only DuckLake** on object storage such as Amazon S3, Backblaze B2 and Cloudflare R2.
6+
This guide explains how to set up a **public read-only DuckLake** on object storage such as Amazon S3, Backblaze B2, Cloudflare R2, [Leafcloud Object Storage](https://szarnyasg.org/posts/ducklake-on-leafcloud/), etc.
77
Users can query this DuckLake through HTTPS **without authentication**.
88

99
> Warning Please check the pricing models of the providers to understand the costs of serving DuckLakes.
@@ -15,6 +15,7 @@ Users can query this DuckLake through HTTPS **without authentication**.
1515
### Creating the Bucket
1616

1717
Create a new public bucket:
18+
1819
* [Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide/create-bucket-overview.html)
1920
* [Backblaze B2](https://www.backblaze.com/docs/cloud-storage-create-and-manage-buckets)
2021
* [Cloudflare R2](https://developers.cloudflare.com/r2/buckets/create-buckets/)
@@ -43,17 +44,8 @@ Storage configuration in Rclone
4344
Option Storage.
4445
Type of storage to configure.
4546
Choose a number from below, or type in your own value.
46-
1 / 1Fichier
47-
\ (fichier)
48-
2 / Akamai NetStorage
49-
\ (netstorage)
50-
3 / Alias for an existing remote
51-
\ (alias)
52-
4 / Amazon S3 Compliant Storage Providers including AWS, Alibaba, ArvanCloud, BizflyCloud, Ceph, ChinaMobile, Cloudflare, Cubbit, DigitalOcean, Dreamhost, Exaba, FileLu, FlashBlade, GCS, Hetzner, HuaweiOBS, IBMCOS, IDrive, Intercolo, IONOS, Leviia, Liara, Linode, LyveCloud, Magalu, Mega, Minio, Netease, Outscale, OVHcloud, Petabox, Qiniu, Rabata, RackCorp, Rclone, Scaleway, SeaweedFS, Selectel, Servercore, SpectraLogic, StackPath, Storj, Synology, TencentCOS, Wasabi, Zata, Other
53-
\ (s3)
54-
5 / Backblaze B2
55-
\ (b2)
5647
...
48+
Storage> s3
5749
```
5850
</details>
5951

@@ -72,7 +64,9 @@ If you are using Cloudflare as your storage and try to query the dataset from an
7264
IO Error: Failed to attach DuckLake MetaData "__ducklake_metadata_..." at path + "..."
7365
Cannot open database "..." in read-only mode: database does not exist
7466
```
67+
7568
or
69+
7670
```console
7771
Invalid Error: Failed to attach DuckLake MetaData "__ducklake_metadata..." at path + "..."
7872
Opening file '...' failed with error:

0 commit comments

Comments
 (0)