User Accounts (folders)

Amazon S3 explorer add-on.
Post Reply
nicholas
Posts: 1
Joined: Thu Dec 08, 2011 8:18 am

User Accounts (folders)

Post 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

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: User Accounts (folders)

Post 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?

Post Reply