Re: Issue 20 in s3fs: handle ownership

13 views
Skip to first unread message

s3...@googlecode.com

unread,
Mar 7, 2011, 2:31:36 PM3/7/11
to s3fs-...@googlegroups.com

Comment #10 on issue 20 by moore...@suncup.net: handle ownership
http://code.google.com/p/s3fs/issues/detail?id=20

Issue 167 has been merged into this issue.

s3...@googlecode.com

unread,
May 29, 2011, 3:20:24 PM5/29/11
to s3fs-...@googlegroups.com

Comment #11 on issue 20 by moore...@suncup.net: handle ownership
http://code.google.com/p/s3fs/issues/detail?id=20

Issue 192 has been merged into this issue.

s3...@googlecode.com

unread,
Mar 18, 2012, 9:14:47 PM3/18/12
to s3fs-...@googlegroups.com

Comment #12 on issue 20 by rsyn...@gmail.com: handle ownership
http://code.google.com/p/s3fs/issues/detail?id=20

Whats up with this ownership patch guys? Can you access a mount point as a
non-root user yet? Please someone write back!

s3...@googlecode.com

unread,
Dec 2, 2012, 9:04:54 PM12/2/12
to s3fs-...@googlegroups.com

Comment #13 on issue 20 by andrew.s...@gmail.com: handle ownership
http://code.google.com/p/s3fs/issues/detail?id=20

Any updates on this? I would like to serve images from an s3fs mount,
however the folder needs to be owned by www-data.

s3...@googlecode.com

unread,
Jan 27, 2013, 10:05:32 AM1/27/13
to s3fs-...@googlegroups.com

Comment #14 on issue 20 by a.raspi...@gmail.com: handle ownership
http://code.google.com/p/s3fs/issues/detail?id=20

Any news on this issue?I installed s3fs yesterday and i still can't change
the ownership...very important!

s3...@googlecode.com

unread,
Jan 27, 2013, 9:31:05 PM1/27/13
to s3fs-...@googlegroups.com

Comment #15 on issue 20 by ggta...@gmail.com: handle ownership
http://code.google.com/p/s3fs/issues/detail?id=20

Hi

I think this issue is very important, too.
If I can, I try to fix this problem.

But the mkdir function for the FUSE interface does not tell us about UID
and GID.
The s3fs set UID/GID in the mkdir function by calling the getuid() and
getgid() in that function.

Lastest code,
-------
stbuf->st_uid = get_uid(meta["x-amz-meta-uid"].c_str());
stbuf->st_gid = get_gid(meta["x-amz-meta-gid"].c_str());
-------

It is set by the result of reading object's attributes.

If you teach me, I want to know below.
* Which account your s3fs process is running on?
* Do you run s3fs with allow_other option?
* Could you allow to change attribute or owner the directory?

I think I need to know how we should do for this problem.

Regards.
Takeshi


s3...@googlecode.com

unread,
Feb 24, 2013, 4:31:59 AM2/24/13
to s3fs-...@googlegroups.com
Updates:
Status: Fixed

Comment #16 on issue 20 by ggta...@gmail.com: handle ownership
http://code.google.com/p/s3fs/issues/detail?id=20

I updated s3fs as 1.63(r390) today.

This version fixed this issue.
Please try this version.

If you find something wrong, please let me know.

--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

s3...@googlecode.com

unread,
Nov 2, 2014, 11:21:16 AM11/2/14
to s3fs-...@googlegroups.com

Comment #17 on issue 20 by ggta...@gmail.com: handle ownership
https://code.google.com/p/s3fs/issues/detail?id=20

Issue 192 has been merged into this issue.

Reply all
Reply to author
Forward
0 new messages