TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How does your SaaS deal with file uploads/management?

3 点作者 StriverGuy超过 1 年前
I&#x27;ve found myself repeating code, and often relying on the same vendor every time (AWS S3) for file management. I have yet to find a good approach to file search or permissioning without a lot of boilerplate.<p>I am curious what patterns other dev teams are using to manage files within their saas product to allow for multi-tenancy, permissioning, sharing, searchability etc.

1 comment

JojoFatsani超过 1 年前
What’s wrong with boilerplate? Boilerplate can be automated (Terraform, etc)<p>Easiest alternative I’ve found so far is AWS Transfer Family for managed SFTP, which customers can use to dump things directly into an S3 bucket you manage.<p>I’ve also heard files.com mentioned as a good solution.