jcbkwm / s3fs

Automatically exported from code.google.com/p/s3fs
GNU General Public License v2.0
0 stars 0 forks source link

replicate permissions on s3 bucket with s3fs #433

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Detailed description of support request:

Hello,

How can I represent the following directory permissions with an S3FS command?

drwxr-xr-x 2 root root 4096 Jun 22 21:51 
/var/lib/cassandra/data/joke_fire1/jokes/snapshots

===================================================================
The following information is very important in order to help us to help
you.  Omission of the following details may delay your support request or
receive no attention at all.
===================================================================
Version of s3fs being used (s3fs --version): 1.74

Version of fuse being used (pkg-config --modversion fuse): 2.8.3-4

System information (uname -a):

Linux beta-new 2.6.32-431.1.2.0.1.el6.x86_64 #1 SMP Fri Dec 13 13:06:13 UTC 
2013 x86_64 x86_64 x86_64 GNU/Linux

Distro (cat /etc/issue): CentOS release 6.5 (Final)

s3fs command line used (if applicable):

/etc/fstab entry (if applicable):

s3fs syslog messages (grep s3fs /var/log/syslog):

Original issue reported on code.google.com by bluethundr on 23 Jun 2014 at 1:58

GoogleCodeExporter commented 8 years ago
You can use chown/chgrp/chmod command for target files.

Original comment by ggta...@gmail.com on 28 Jun 2014 at 5:58