How Can I Set Up Individual File Storage for My Customers Using AWS?

0
12
Asked By TechWizard93 On

I'm looking for a way to provide file storage space to my 20 customers through my AWS account. For example, if I have a customer named Joe Smith, can I allocate him a specific amount of storage that he can access via a unique link, such as MyClients.com/JSmith? The idea is that I manage the storage from my account, but each customer has their own separate space for documents, images, and files. How can I achieve this with AWS?

4 Answers

Answered By StorageProX On

AWS Transfer Family web apps can simplify this process for you. It's a newer feature designed for such use cases, allowing your customers to easily access their dedicated storage. Check it out!

JoeSmithFan -

Yeah, I saw that! It's perfect for setting up easy customer access.

Answered By FileGuru2020 On

You could set up an S3 bucket for each customer. Just create a web interface that lets them upload and download files while interacting with the S3 API behind the scenes. This way, each customer has their own storage area that's easy to manage!

Answered By CloudNinja88 On

It seems like you want to create a cloud storage service. Have you considered using spec-driven development with Kiro IDE? It could really help you kickstart this project!

Answered By AmazonFanatic On

The straightforward answer is using S3. It’s the way to go for what you’re looking to do. Just manage the permissions so each customer only sees their own files!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.