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 -

android - how to get distance of 2 beacons and make a condtion base on that distance -

c# - WPF Expander overlay used in ItemsControl -