Hello,
I find your product very useful. I was wondering if there is a way to restrict access to users of my website to only specific parts of the bucket. I am trying to allocate to each user of my website their (virtual) folder in which they can upload, download or delete their files.
As uploading is concerned, I will just append their username in front of the file names so the files are part of the username folder. My question is how can I make the user log automatically to my S3 bucket and only display to him his folder, without allowing him to have access to other user folders?
Thank you,
Nicholas
User Accounts (folders)Re: User Accounts (folders)Yes, you define on folder per user. For example for user1 folder try:
<PARAM NAME="param8" VALUE="account"> <PARAM NAME="value8" VALUE="user1"> Does it help? |