Skip to content

Commit 7b95ac5

Browse files
add byob post
1 parent 02a800c commit 7b95ac5

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
import { ArticleLayout } from "@/app/blog/_components/layouts";
2+
import { blogMetadata } from "@/lib/utils";
3+
4+
export const article = {
5+
authors: [
6+
{
7+
name: "Ping Team",
8+
role: "Ping Labs",
9+
src: "https://avatars.githubusercontent.com/u/89191727?s=200&v=4",
10+
href: "https://x.com/pingdotgg",
11+
},
12+
],
13+
date: "2025-01-30",
14+
title: "Own Your Data: Introducing Bring Your Own Bucket",
15+
description:
16+
"Store files directly in your own storage infrastructure with UploadThing's new BYOB feature. Maintain complete control over your data while keeping our great developer experience.",
17+
tags: ["product"],
18+
image:
19+
"https://s40vlb3kca.ufs.sh/f/7v4pu1gTNmoZDLb3rL51tTUGHE3b4kLMF0PAeRIoiXBapc7O",
20+
};
21+
22+
export const metadata = blogMetadata(article);
23+
24+
export const dynamic = "force-static";
25+
26+
export default (props) => <ArticleLayout article={article} {...props} />;
27+
28+
## Bring Your Own Bucket (BYOB)
29+
30+
Alongside the launch of usage-based pricing, we're also excited to release our
31+
highly-requested BYOB feature, giving you full control over your file storage
32+
while maintaining UploadThing's superior developer experience. With BYOB, you
33+
can:
34+
35+
- Store files directly in your own storage infrastructure
36+
- Meet strict compliance requirements
37+
- Maintain complete control over your data
38+
39+
For the initial release, we are launching with support for AWS S3 buckets, with
40+
more storage providers coming soon based on user demand.
41+
42+
### Getting Started with BYOB
43+
44+
BYOB is only available on new apps. Go the the dashboard and create a new app,
45+
select the BYOB tier and follow the instructions to connect your S3 bucket.
46+
47+
For questions or support, reach out to our team at
48+

0 commit comments

Comments
 (0)