From 5c10dffa2d01b6f4978b29048a85b478d3615af0 Mon Sep 17 00:00:00 2001 From: Simon Johansson Date: Mon, 16 Dec 2024 10:17:35 +0100 Subject: [PATCH] Add bucket github example link (#1653) --- docs/ts/primitives/object-storage.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/ts/primitives/object-storage.md b/docs/ts/primitives/object-storage.md index 41fd9fef8c..6a536e354b 100644 --- a/docs/ts/primitives/object-storage.md +++ b/docs/ts/primitives/object-storage.md @@ -23,6 +23,11 @@ Additionally, when you use Encore's Object Storage API you also automatically ge * Built-in local development support, storing objects on the local filesystem * Support for integration testing, using a local, in-memory storage backend + + ## Creating a Bucket The core of Object Storage is the **Bucket**, which represents a collection of files.