From 6220c7d49d8cdfa18e5d3e23f6874c6c2dd71d85 Mon Sep 17 00:00:00 2001 From: Matthew Iannucci Date: Wed, 26 Feb 2025 13:07:11 -0500 Subject: [PATCH] remove note about express zone --- docs/docs/icechunk-python/storage.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/docs/icechunk-python/storage.md b/docs/docs/icechunk-python/storage.md index e9184c73..9f73d0b4 100644 --- a/docs/docs/icechunk-python/storage.md +++ b/docs/docs/icechunk-python/storage.md @@ -73,10 +73,6 @@ When using Icechunk with s3 compatible storage systems, credentials must be prov ) ``` -#### AWS Limitations - -- Icechunk is currently incompatible with [S3 Express One Zone](https://aws.amazon.com/s3/storage-classes/express-one-zone/). See [this issue](https://github.com/earth-mover/icechunk/issues/667) for more discussion. - #### Tigris [Tigris](https://www.tigrisdata.com/) is available as a storage backend for Icechunk. Functionally this storage backend is the same as S3 storage, but with a different endpoint. Icechunk provides a helper function specifically for [creating Tigris storage configurations](./reference.md#icechunk.tigris_storage).