From 52bf2cdabb754c4fff272e3d05982e461bd61fc9 Mon Sep 17 00:00:00 2001 From: juliusmarminge Date: Sun, 23 Feb 2025 00:12:28 +0100 Subject: [PATCH] add byob post --- docs/src/app/blog/(posts)/byob/page.mdx | 48 +++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 docs/src/app/blog/(posts)/byob/page.mdx diff --git a/docs/src/app/blog/(posts)/byob/page.mdx b/docs/src/app/blog/(posts)/byob/page.mdx new file mode 100644 index 0000000000..c60d19fabd --- /dev/null +++ b/docs/src/app/blog/(posts)/byob/page.mdx @@ -0,0 +1,48 @@ +import { ArticleLayout } from "@/app/blog/_components/layouts"; +import { blogMetadata } from "@/lib/utils"; + +export const article = { + authors: [ + { + name: "Ping Team", + role: "Ping Labs", + src: "https://avatars.githubusercontent.com/u/89191727?s=200&v=4", + href: "https://x.com/pingdotgg", + }, + ], + date: "2025-01-30", + title: "Own Your Data: Introducing Bring Your Own Bucket", + description: + "UploadThing accounts now have the option to store any amount of files. Usage based pricing is finally here!", + tags: ["product"], + image: + "https://s40vlb3kca.ufs.sh/f/7v4pu1gTNmoZDLb3rL51tTUGHE3b4kLMF0PAeRIoiXBapc7O", +}; + +export const metadata = blogMetadata(article); + +export const dynamic = "force-static"; + +export default (props) => ; + +## Bring Your Own Bucket (BYOB) + +Alongside the launch of usage-based pricing, we're also excited to release our +highly-requested BYOB feature, giving you full control over your file storage +while maintaining UploadThing's superior developer experience. With BYOB, you +can: + +- Store files directly in your own storage infrastructure +- Meet strict compliance requirements +- Maintain complete control over your data + +For the initial release, we are launching with support for AWS S3 buckets, with +more storage providers coming soon based on user demand. + +### Getting Started with BYOB + +BYOB is only available on new apps. Go the the dashboard and create a new app, +select the BYOB tier and follow the instructions to connect your S3 bucket. + +For questions or support, reach out to our team at +[support@uploadthing.com](mailto:support@uploadthing.com).