How can I provide individual file storage for my customers using AWS?

0
8
Asked By CreativeSpark99 On

I'm exploring options to give my 20 customers, like Joe Smith, their own space on AWS for storing documents, images, and other files. I want to set it up so they can access their storage through my website, perhaps at a link like MyClients.com/JSmith. Is there a way to allocate portions of my AWS storage to each customer while keeping it all under my account?

4 Answers

Answered By TechieGuru77 On

You could set up individual S3 buckets for each customer! Then, create a simple front-end that lets them upload and download files using the S3 API. This way, they can access their personal storage while you manage everything from your AWS account.

Answered By S3Expert11 On

The straightforward answer is S3. It's perfect for creating structured storage for multiple clients under one account.

Answered By CloudNinja42 On

It sounds like you're looking to build a cloud storage service. You might want to check out spec-driven development to get your project moving. It's a great way to start structuring your application!

Answered By AWSExplorer88 On

Have you looked into Transfer Family web apps? They can help you accomplish this quite easily. It's a newer feature specifically designed for scenarios just like yours.

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.