mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #657] Cannot make a directory through php inside mounted s3 bucket #375
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#375
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 @MariusStanciu95 on GitHub (Oct 10, 2017).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/657
I have successfully mounted the s3 with the -o allow_other option and also having allow_other enabled in my fuse.conf file. Inside my bucket I have 2 directories.
I am using Laravel and I am trying to copy images inside my bucket and arranging them in different folders.
The issue is that in the first directory of the bucket , i can successfully write images, however , in the second one I cannot make a directory through
mkdir(pathToMntS3/folderName,0777,true)
php command.
Has anybody encountered this? Thanks in advance.
@ggtakec commented on GitHub (Oct 15, 2017):
@MariusStanciu95
If you execute s3fs directly, please tell us the parameters for s3fs.
Otherwise, if you are writing an entry in fstab, please tell us it.
And if you can reproduce the problem, please try logging by adding "dbglevel", "curldbg" etc. to s3fs options.
(You can see detail of the options in man s3fs)
Those logs will be useful for us to solve the problem.
Regards,
@gaul commented on GitHub (Jul 11, 2019):
Closing due to lack of response.