how can I change the user: group ownership of the installed s3fs bucket?
I have a git installation that I would like to store on my Amazon S3 account in a bucket, and then use Sparkleshare through my web host to synchronize this data across multiple machines.
- I created a candle to successfully synchronize three cars. It works like a charm.
- This is syncing with the folder in / home / git / dropbox. There are no problems.
- I want in my sync folder I mounted an S3 bucket though
- I can install buckets next to this folder with Dropbox, but without the love of changing ownership on git: git
Problem: when creating a mount with the root: root user, the user gets access to the bucket.
I tried to create mount with S3FS registered as git user, but with no luck, it still mounts and assigns permissions as root: root user.
Uninstall S3FS and reinstall using git user?
Any help would be greatly appreciated!
Rick
amazon-s3 bucket s3fs
itsricky
source share