Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add bucket github example link #1653

Merged
merged 1 commit into from
Dec 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/ts/primitives/object-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<GitHubLink
href="https://github.com/encoredev/examples/tree/main/ts/file-upload"
desc="Handling file uploads and storing file data in a bucket and in a database"
/>

## Creating a Bucket

The core of Object Storage is the **Bucket**, which represents a collection of files.
Expand Down
Loading