Page 1 of 1

User Accounts (folders)

Posted: Thu Dec 08, 2011 8:27 am
by nicholas
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

Re: User Accounts (folders)

Posted: Sun Dec 11, 2011 5:13 pm
by support
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?