Skip to content

Commit 28d00f7

Browse files
committed
Fix docs error
1 parent d19b455 commit 28d00f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ repo = icechunk.Repository.open_or_create(storage)
403403
# you need to explicitly grant permissions to icechunk to read from the locations of your archival files
404404
config = icechunk.RepositoryConfig.default()
405405
config.set_virtual_chunk_container(
406-
icechunk.VirtualChunkContainer("s3://my-bucket", icechunk.s3_store(region="us-east-1", anonymous=True)),
406+
icechunk.VirtualChunkContainer("s3://my-bucket/", icechunk.s3_store(region="us-east-1", anonymous=True)),
407407
)
408408

409409
# open a writable icechunk session to be able to add new contents to the store

0 commit comments

Comments
 (0)