amazon web services - How to restrict user to a specific folder using AWS SDK for PHP -


I have created a script using ADS SDK for APL, which creates a folder for every customer on the signup, customers The files will be uploaded / downloaded from your own folder only.

I do not want to share access keys and secrets with customers, because it gives full access to the bucket and all its files and folders. Is there a way to create folder specific access keys to limit customers to their own folders?

So basically I'm after a few limited access keys, is there a workaround?

Many thanks!


Comments

Popular posts from this blog

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

class - Kivy: how to instantiate a dynamic classes in python -

Registering an Interceptor For All Interface Implementaions in Castle Windsor -