mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[GH-ISSUE #46] Operation not permitted using ahbe_conf #27
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @luizrojo on GitHub (Jul 7, 2014).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/46
I'm trying to use ahbe_conf to set specific headers, but when enabled I'm getting a "Operation not permitted" error while copying files to my bucket.
My ahbe_conf only line ".js Content-Type charset=utf-8"
I tried to use the example file to test, but I get the same errors.
Version of s3fs being used (s3fs --version): 1.74
Version of fuse being used (pkg-config --modversion fuse): 2.9.3
System information (uname -a): Linux "hostname" 3.4.66-55.43.amzn1.x86_64 #1 SMP Wed Oct 16 06:26:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
Distro (cat /etc/issue): Amazon Linux AMI release 2013.09
/etc/fstab entry (if applicable): s3fs#"bucket_name" /export/s3/lib fuse _netdev,use_cache=/tmp,use_rrs=1,default_acl=public-read,ahbe_conf=/etc/s3fs/ahbe.conf,allow_other,uid=222,gid=500 0 0
@ggtakec commented on GitHub (Aug 14, 2014):
If you can, please run s3fs without abbe_conf option, and test same operation.
After that, we should know whichever does s3fs put same error or no error.
If s3fs puts same error, please run with that option and "-f -d" option as foreground process.
Then you can get more information about this error.
Thanks in advance for your help.
@ggtakec commented on GitHub (Jan 17, 2016):
I'm sorry about this Issue had been left at a long period of time.
If you have this problem yet, please try to use latest code.
("-f", "dbglevel" and "curldbg" options help to solve your problem.)
And if you found a problem, please post new issue.
Thanks in advance for your help.