Skip to content

Commit

Permalink
Update docs/ts/primitives/object-storage.md
Browse files Browse the repository at this point in the history
Co-authored-by: Marcus Kohlberg <[email protected]>
  • Loading branch information
ekerfelt and marcuskohlberg authored Dec 9, 2024
1 parent bb14752 commit b1a5b91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/ts/primitives/object-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ export const publicProfilePictures = new Bucket("public-profile-pictures", {
});
```

When self-hosting, see how to configure public buckets in the [infrastructure configuration docs](/docs/go/self-host/configure-infra).

When deploying with Encore Cloud it will automatically configure the bucket to be publicly accessible and [configure CDN](/docs/platform/infrastructure/infra#production-infrastructure) for optimal content delivery.

### Accessing Public Objects
Expand Down

0 comments on commit b1a5b91

Please sign in to comment.