[GH-ISSUE #1674] mkdir: cannot create directory ‘xxx/foo/bar’: Input/output error #871

Open
opened 2026-03-04 01:49:33 +03:00 by kerem · 4 comments
Owner

Originally created by @kozo2 on GitHub (Jun 5, 2021).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1674

Version of s3fs being used (s3fs --version)

~$ s3fs --version
Amazon Simple Storage Service File System V1.89 (commit:unknown) with OpenSSL
Copyright (C) 2010 Randy Rizun <rrizun@gmail.com>
License GPL2: GNU GPL version 2 <https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse)

~$ s3fs --version
Amazon Simple Storage Service File System V1.89 (commit:unknown) with OpenSSL
Copyright (C) 2010 Randy Rizun <rrizun@gmail.com>
License GPL2: GNU GPL version 2 <https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
(base) miura@t6:~$ dpkg -s fuse
Package: fuse
Status: install ok installed
Priority: optional
Section: utils
Installed-Size: 113
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 2.9.9-3
Depends: libc6 (>= 2.28), libfuse2 (= 2.9.9-3), adduser, mount (>= 2.19.1), sed (>= 4)
Conffiles:
 /etc/fuse.conf 298587592c8444196833f317def414f2
Description: Filesystem in Userspace
 Filesystem in Userspace (FUSE) is a simple interface for userspace programs to
 export a virtual filesystem to the Linux kernel. It also aims to provide a
 secure method for non privileged users to create and mount their own filesystem
 implementations.
Original-Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Homepage: https://github.com/libfuse/libfuse/wiki

Kernel information (uname -r)

~$ uname -r
5.4.0-74-generic

GNU/Linux Distribution, if applicable (cat /etc/os-release)

~$ cat /etc/os-release
NAME="Ubuntu"
VERSION="20.04.2 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.2 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal

s3fs command line used, if applicable

s3fs xxxxx ~/s3fstest -o allow_other,use_path_request_style,url=http://x.x.x.x:xxxx

Details about issue

mkdir did not work in the directory mounted by s3fs.

~$ mkdir -p s3fstest/foo/bar
mkdir: cannot create directory ‘s3fstest/foo/bar’: Input/output error
Originally created by @kozo2 on GitHub (Jun 5, 2021). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1674 #### Version of s3fs being used (s3fs --version) ``` ~$ s3fs --version Amazon Simple Storage Service File System V1.89 (commit:unknown) with OpenSSL Copyright (C) 2010 Randy Rizun <rrizun@gmail.com> License GPL2: GNU GPL version 2 <https://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. ``` #### Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse) ``` ~$ s3fs --version Amazon Simple Storage Service File System V1.89 (commit:unknown) with OpenSSL Copyright (C) 2010 Randy Rizun <rrizun@gmail.com> License GPL2: GNU GPL version 2 <https://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. (base) miura@t6:~$ dpkg -s fuse Package: fuse Status: install ok installed Priority: optional Section: utils Installed-Size: 113 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> Architecture: amd64 Version: 2.9.9-3 Depends: libc6 (>= 2.28), libfuse2 (= 2.9.9-3), adduser, mount (>= 2.19.1), sed (>= 4) Conffiles: /etc/fuse.conf 298587592c8444196833f317def414f2 Description: Filesystem in Userspace Filesystem in Userspace (FUSE) is a simple interface for userspace programs to export a virtual filesystem to the Linux kernel. It also aims to provide a secure method for non privileged users to create and mount their own filesystem implementations. Original-Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org> Homepage: https://github.com/libfuse/libfuse/wiki ``` #### Kernel information (uname -r) ``` ~$ uname -r 5.4.0-74-generic ``` #### GNU/Linux Distribution, if applicable (cat /etc/os-release) ``` ~$ cat /etc/os-release NAME="Ubuntu" VERSION="20.04.2 LTS (Focal Fossa)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 20.04.2 LTS" VERSION_ID="20.04" HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" VERSION_CODENAME=focal UBUNTU_CODENAME=focal ``` #### s3fs command line used, if applicable ``` s3fs xxxxx ~/s3fstest -o allow_other,use_path_request_style,url=http://x.x.x.x:xxxx ``` ### Details about issue `mkdir` did not work in the directory mounted by s3fs. ``` ~$ mkdir -p s3fstest/foo/bar mkdir: cannot create directory ‘s3fstest/foo/bar’: Input/output error ```
Author
Owner

@gaul commented on GitHub (Jun 6, 2021):

Can you run s3fs with -f -d -o curldbg and share the logs? You may also want to test with the master branch which has some error code improvements.

<!-- gh-comment-id:855317005 --> @gaul commented on GitHub (Jun 6, 2021): Can you run s3fs with `-f -d -o curldbg` and share the logs? You may also want to test with the master branch which has some error code improvements.
Author
Owner

@kozo2 commented on GitHub (Jun 6, 2021):

Below is the log. I tried

~/s3fs$ mkdir mkdirtest
mkdir: cannot create directory ‘mkdirtest’: Input/output error
2021-06-06T05:19:04.607Z [INF] s3fs.cpp:s3fs_getattr(770): [path=/]
2021-06-06T05:19:04.609Z [INF] s3fs.cpp:s3fs_getattr(770): [path=/mkdirtest]
2021-06-06T05:19:04.609Z [INF]       curl.cpp:HeadRequest(3006): [tpath=/mkdirtest]
2021-06-06T05:19:04.609Z [INF]       curl.cpp:PreHeadRequest(2966): [tpath=/mkdirtest][bpath=][save=][sseckeypos=-1]
2021-06-06T05:19:04.609Z [INF]       curl_util.cpp:prepare_url(250): URL is http://X.X.X.X:XXXX/foo/mkdirtest
2021-06-06T05:19:04.609Z [INF]       curl_util.cpp:prepare_url(283): URL changed is http://X.X.X.X:XXXX/foo/mkdirtest
2021-06-06T05:19:04.609Z [INF]       curl.cpp:insertV4Headers(2640): computing signature [HEAD] [/mkdirtest] [] []
2021-06-06T05:19:04.609Z [INF]       curl_util.cpp:url_to_host(327): url is http://X.X.X.X:XXXX
2021-06-06T05:19:04.609Z [CURL DBG] * Found bundle for host X.X.X.X: 0x7f6dc8001500 [serially]
2021-06-06T05:19:04.609Z [CURL DBG] * Can not multiplex, even if we wanted to!
2021-06-06T05:19:04.609Z [CURL DBG] * Re-using existing connection! (#0) with host X.X.X.X
2021-06-06T05:19:04.609Z [CURL DBG] * Connected to X.X.X.X (X.X.X.X) port XXXX (#0)
2021-06-06T05:19:04.609Z [CURL DBG] > HEAD /foo/mkdirtest HTTP/1.1
2021-06-06T05:19:04.609Z [CURL DBG] > Host: X.X.X.X:XXXX
2021-06-06T05:19:04.609Z [CURL DBG] > User-Agent: s3fs/1.89 (commit hash unknown; OpenSSL)
2021-06-06T05:19:04.609Z [CURL DBG] > Accept: */*
2021-06-06T05:19:04.609Z [CURL DBG] > Authorization: AWS4-HMAC-SHA256 Credential=qutest:e609XSxUEGusc46cgWND/20210606/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=24aace156a5e23f4d5d9c0cb2c00f9f90f572da6dde42007eb44bddf8ce23a5d
2021-06-06T05:19:04.609Z [CURL DBG] > x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2021-06-06T05:19:04.609Z [CURL DBG] > x-amz-date: 20210606T051904Z
2021-06-06T05:19:04.609Z [CURL DBG] >
2021-06-06T05:19:04.635Z [CURL DBG] * Mark bundle as not supporting multiuse
2021-06-06T05:19:04.635Z [CURL DBG] < HTTP/1.1 404 Not Found
2021-06-06T05:19:04.635Z [CURL DBG] < Content-Length: 149
2021-06-06T05:19:04.635Z [CURL DBG] < Content-Type: text/xml
2021-06-06T05:19:04.635Z [CURL DBG] < X-Trans-Id: tx607ebe5785014899b71aa-0060bc5ac6
2021-06-06T05:19:04.635Z [CURL DBG] < Date: Sun, 06 Jun 2021 05:19:02 GMT
2021-06-06T05:19:04.635Z [CURL DBG] <
2021-06-06T05:19:04.635Z [CURL DBG] * Connection #0 to host X.X.X.X left intact
2021-06-06T05:19:04.635Z [INF]       curl.cpp:RequestPerform(2329): HTTP response code 404 was returned, returning ENOENT
2021-06-06T05:19:04.635Z [INF]       curl.cpp:HeadRequest(3006): [tpath=/mkdirtest/]
2021-06-06T05:19:04.635Z [INF]       curl.cpp:PreHeadRequest(2966): [tpath=/mkdirtest/][bpath=][save=][sseckeypos=-1]
2021-06-06T05:19:04.635Z [INF]       curl_util.cpp:prepare_url(250): URL is http://X.X.X.X:XXXX/foo/mkdirtest/
2021-06-06T05:19:04.635Z [INF]       curl_util.cpp:prepare_url(283): URL changed is http://X.X.X.X:XXXX/foo/mkdirtest/
2021-06-06T05:19:04.635Z [INF]       curl.cpp:insertV4Headers(2640): computing signature [HEAD] [/mkdirtest/] [] []
2021-06-06T05:19:04.635Z [INF]       curl_util.cpp:url_to_host(327): url is http://X.X.X.X:XXXX
2021-06-06T05:19:04.635Z [CURL DBG] * Found bundle for host X.X.X.X: 0x7f6dc8001500 [serially]
2021-06-06T05:19:04.635Z [CURL DBG] * Can not multiplex, even if we wanted to!
2021-06-06T05:19:04.635Z [CURL DBG] * Re-using existing connection! (#0) with host X.X.X.X
2021-06-06T05:19:04.635Z [CURL DBG] * Connected to X.X.X.X (X.X.X.X) port XXXX (#0)
2021-06-06T05:19:04.635Z [CURL DBG] > HEAD /foo/mkdirtest/ HTTP/1.1
2021-06-06T05:19:04.635Z [CURL DBG] > Host: X.X.X.X:XXXX
2021-06-06T05:19:04.635Z [CURL DBG] > User-Agent: s3fs/1.89 (commit hash unknown; OpenSSL)
2021-06-06T05:19:04.635Z [CURL DBG] > Accept: */*
2021-06-06T05:19:04.635Z [CURL DBG] > Authorization: AWS4-HMAC-SHA256 Credential=qutest:e609XSxUEGusc46cgWND/20210606/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ef8853b06ed38c6a2cc59873ff5df4a5b4756236e4a94d7086b5865050671ff7
2021-06-06T05:19:04.635Z [CURL DBG] > x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2021-06-06T05:19:04.635Z [CURL DBG] > x-amz-date: 20210606T051904Z
2021-06-06T05:19:04.635Z [CURL DBG] >
2021-06-06T05:19:04.641Z [CURL DBG] * Mark bundle as not supporting multiuse
2021-06-06T05:19:04.641Z [CURL DBG] < HTTP/1.1 404 Not Found
2021-06-06T05:19:04.641Z [CURL DBG] < Content-Length: 149
2021-06-06T05:19:04.641Z [CURL DBG] < Content-Type: text/xml
2021-06-06T05:19:04.641Z [CURL DBG] < X-Trans-Id: tx4386a8dcdfbf47b9876ec-0060bc5ac6
2021-06-06T05:19:04.641Z [CURL DBG] < Date: Sun, 06 Jun 2021 05:19:02 GMT
2021-06-06T05:19:04.641Z [CURL DBG] <
2021-06-06T05:19:04.641Z [CURL DBG] * Connection #0 to host X.X.X.X left intact
2021-06-06T05:19:04.641Z [INF]       curl.cpp:RequestPerform(2329): HTTP response code 404 was returned, returning ENOENT
2021-06-06T05:19:04.641Z [INF]       curl.cpp:HeadRequest(3006): [tpath=/mkdirtest_$folder$]
2021-06-06T05:19:04.641Z [INF]       curl.cpp:PreHeadRequest(2966): [tpath=/mkdirtest_$folder$][bpath=][save=][sseckeypos=-1]
2021-06-06T05:19:04.641Z [INF]       curl_util.cpp:prepare_url(250): URL is http://X.X.X.X:XXXX/foo/mkdirtest_%24folder%24
2021-06-06T05:19:04.641Z [INF]       curl_util.cpp:prepare_url(283): URL changed is http://X.X.X.X:XXXX/foo/mkdirtest_%24folder%24
2021-06-06T05:19:04.641Z [INF]       curl.cpp:insertV4Headers(2640): computing signature [HEAD] [/mkdirtest_$folder$] [] []
2021-06-06T05:19:04.641Z [INF]       curl_util.cpp:url_to_host(327): url is http://X.X.X.X:XXXX
2021-06-06T05:19:04.641Z [CURL DBG] * Found bundle for host X.X.X.X: 0x7f6dc8001500 [serially]
2021-06-06T05:19:04.641Z [CURL DBG] * Can not multiplex, even if we wanted to!
2021-06-06T05:19:04.641Z [CURL DBG] * Re-using existing connection! (#0) with host X.X.X.X
2021-06-06T05:19:04.641Z [CURL DBG] * Connected to X.X.X.X (X.X.X.X) port XXXX (#0)
2021-06-06T05:19:04.641Z [CURL DBG] > HEAD /foo/mkdirtest_%24folder%24 HTTP/1.1
2021-06-06T05:19:04.641Z [CURL DBG] > Host: X.X.X.X:XXXX
2021-06-06T05:19:04.641Z [CURL DBG] > User-Agent: s3fs/1.89 (commit hash unknown; OpenSSL)
2021-06-06T05:19:04.641Z [CURL DBG] > Accept: */*
2021-06-06T05:19:04.641Z [CURL DBG] > Authorization: AWS4-HMAC-SHA256 Credential=qutest:e609XSxUEGusc46cgWND/20210606/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=aaf1131195ecaa8605cfd020628d933feeaf30101db4d8a4e999159773bdc00d
2021-06-06T05:19:04.641Z [CURL DBG] > x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2021-06-06T05:19:04.641Z [CURL DBG] > x-amz-date: 20210606T051904Z
2021-06-06T05:19:04.641Z [CURL DBG] >
2021-06-06T05:19:04.646Z [CURL DBG] * Mark bundle as not supporting multiuse
2021-06-06T05:19:04.647Z [CURL DBG] < HTTP/1.1 404 Not Found
2021-06-06T05:19:04.647Z [CURL DBG] < Content-Length: 149
2021-06-06T05:19:04.647Z [CURL DBG] < Content-Type: text/xml
2021-06-06T05:19:04.647Z [CURL DBG] < X-Trans-Id: tx5c824d76654948db87bc4-0060bc5ac6
2021-06-06T05:19:04.647Z [CURL DBG] < Date: Sun, 06 Jun 2021 05:19:02 GMT

...

2021-06-06T05:19:04.681Z [CURL DBG] < Content-Type: application/xml
2021-06-06T05:19:04.681Z [CURL DBG] < X-Trans-Id: txec89a0def5374c94aa7c1-0060bc5ac6
2021-06-06T05:19:04.681Z [CURL DBG] < Date: Sun, 06 Jun 2021 05:19:02 GMT
2021-06-06T05:19:04.681Z [CURL DBG] <
2021-06-06T05:19:04.681Z [CURL DBG] * Connection #0 to host X.X.X.X left intact
2021-06-06T05:19:04.681Z [INF]       curl.cpp:RequestPerform(2287): HTTP response code 200
2021-06-06T05:19:04.681Z [INF]   s3fs.cpp:create_directory_object(997): [path=/mkdirtest][mode=0755][atime=1622956744][mtime=1622956744][ctime=1622956744][uid=1000001][gid=1000000]
2021-06-06T05:19:04.681Z [INF]       curl.cpp:PutRequest(3169): [tpath=/mkdirtest/]
2021-06-06T05:19:04.681Z [INF]       curl.cpp:PutRequest(3187): create zero byte file object.
2021-06-06T05:19:04.681Z [INF]       curl_util.cpp:prepare_url(250): URL is http://X.X.X.X:XXXX/foo/mkdirtest/
2021-06-06T05:19:04.681Z [INF]       curl_util.cpp:prepare_url(283): URL changed is http://X.X.X.X:XXXX/foo/mkdirtest/
2021-06-06T05:19:04.681Z [INF]       curl.cpp:PutRequest(3271): uploading... [path=/mkdirtest/][fd=-1][size=0]
2021-06-06T05:19:04.681Z [INF]       curl.cpp:insertV4Headers(2640): computing signature [PUT] [/mkdirtest/] [] []
2021-06-06T05:19:04.681Z [INF]       curl_util.cpp:url_to_host(327): url is http://X.X.X.X:XXXX
2021-06-06T05:19:04.682Z [CURL DBG] * Found bundle for host X.X.X.X: 0x7f6dc8001500 [serially]
2021-06-06T05:19:04.682Z [CURL DBG] * Can not multiplex, even if we wanted to!
2021-06-06T05:19:04.682Z [CURL DBG] * Re-using existing connection! (#0) with host X.X.X.X
2021-06-06T05:19:04.682Z [CURL DBG] * Connected to X.X.X.X (X.X.X.X) port XXXX (#0)
2021-06-06T05:19:04.682Z [CURL DBG] > PUT /foo/mkdirtest/ HTTP/1.1
2021-06-06T05:19:04.682Z [CURL DBG] > Host: X.X.X.X:XXXX
2021-06-06T05:19:04.682Z [CURL DBG] > User-Agent: s3fs/1.89 (commit hash unknown; OpenSSL)
2021-06-06T05:19:04.682Z [CURL DBG] > Accept: */*
2021-06-06T05:19:04.682Z [CURL DBG] > Authorization: AWS4-HMAC-SHA256 Credential=qutest:e609XSxUEGusc46cgWND/20210606/us-east-1/s3/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date;x-amz-meta-atime;x-amz-meta-ctime;x-amz-meta-gid;x-amz-meta-mode;x-amz-meta-mtime;x-amz-meta-uid, Signature=d042eef83d8a5e50d6fbe1b1f92bd3e7ed449db5c17e696e542971d23acf2188
2021-06-06T05:19:04.682Z [CURL DBG] > Content-Type: application/x-directory
2021-06-06T05:19:04.682Z [CURL DBG] > x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2021-06-06T05:19:04.682Z [CURL DBG] > x-amz-date: 20210606T051904Z
2021-06-06T05:19:04.682Z [CURL DBG] > x-amz-meta-atime: 1622956744
2021-06-06T05:19:04.682Z [CURL DBG] > x-amz-meta-ctime: 1622956744
2021-06-06T05:19:04.682Z [CURL DBG] > x-amz-meta-gid: 1000000
2021-06-06T05:19:04.682Z [CURL DBG] > x-amz-meta-mode: 493
2021-06-06T05:19:04.682Z [CURL DBG] > x-amz-meta-mtime: 1622956744
2021-06-06T05:19:04.682Z [CURL DBG] > x-amz-meta-uid: 1000001
2021-06-06T05:19:04.682Z [CURL DBG] > Content-Length: 0
2021-06-06T05:19:04.682Z [CURL DBG] >
2021-06-06T05:19:04.692Z [CURL DBG] * Mark bundle as not supporting multiuse
2021-06-06T05:19:04.692Z [CURL DBG] < HTTP/1.1 200 OK
2021-06-06T05:19:04.692Z [CURL DBG] < Etag: "d41d8cd98f00b204e9800998ecf8427e"
2021-06-06T05:19:04.692Z [CURL DBG] < Content-Type: text/html; charset=UTF-8
2021-06-06T05:19:04.692Z [CURL DBG] < Content-Length: 0
2021-06-06T05:19:04.693Z [CURL DBG] < X-Trans-Id: tx60b8ccbb92ed4449aed89-0060bc5ac6
2021-06-06T05:19:04.693Z [CURL DBG] < Date: Sun, 06 Jun 2021 05:19:02 GMT
2021-06-06T05:19:04.693Z [CURL DBG] <
2021-06-06T05:19:04.693Z [CURL DBG] * Connection #0 to host X.X.X.X left intact
2021-06-06T05:19:04.693Z [INF]       curl.cpp:RequestPerform(2287): HTTP response code 200
2021-06-06T05:19:04.693Z [INF]       cache.cpp:DelStat(578): delete stat cache entry[path=/mkdirtest]
2021-06-06T05:19:04.693Z [INF] s3fs.cpp:s3fs_getattr(770): [path=/mkdirtest]
2021-06-06T05:19:04.693Z [INF]       curl.cpp:HeadRequest(3006): [tpath=/mkdirtest]
2021-06-06T05:19:04.693Z [INF]       curl.cpp:PreHeadRequest(2966): [tpath=/mkdirtest][bpath=][save=][sseckeypos=-1]
2021-06-06T05:19:04.693Z [INF]       curl_util.cpp:prepare_url(250): URL is http://X.X.X.X:XXXX/foo/mkdirtest
2021-06-06T05:19:04.693Z [INF]       curl_util.cpp:prepare_url(283): URL changed is http://X.X.X.X:XXXX/foo/mkdirtest
2021-06-06T05:19:04.693Z [INF]       curl.cpp:insertV4Headers(2640): computing signature [HEAD] [/mkdirtest] [] []
2021-06-06T05:19:04.693Z [INF]       curl_util.cpp:url_to_host(327): url is http://X.X.X.X:XXXX
2021-06-06T05:19:04.693Z [CURL DBG] * Found bundle for host X.X.X.X: 0x7f6dc8001500 [serially]
2021-06-06T05:19:04.693Z [CURL DBG] * Can not multiplex, even if we wanted to!
2021-06-06T05:19:04.693Z [CURL DBG] * Re-using existing connection! (#0) with host X.X.X.X
2021-06-06T05:19:04.693Z [CURL DBG] * Connected to X.X.X.X (X.X.X.X) port XXXX (#0)
2021-06-06T05:19:04.693Z [CURL DBG] > HEAD /foo/mkdirtest HTTP/1.1
2021-06-06T05:19:04.693Z [CURL DBG] > Host: X.X.X.X:XXXX
2021-06-06T05:19:04.693Z [CURL DBG] > User-Agent: s3fs/1.89 (commit hash unknown; OpenSSL)
2021-06-06T05:19:04.693Z [CURL DBG] > Accept: */*
2021-06-06T05:19:04.693Z [CURL DBG] > Authorization: AWS4-HMAC-SHA256 Credential=qutest:e609XSxUEGusc46cgWND/20210606/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=24aace156a5e23f4d5d9c0cb2c00f9f90f572da6dde42007eb44bddf8ce23a5d
2021-06-06T05:19:04.693Z [CURL DBG] > x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2021-06-06T05:19:04.693Z [CURL DBG] > x-amz-date: 20210606T051904Z
2021-06-06T05:19:04.693Z [CURL DBG] >
2021-06-06T05:19:04.699Z [CURL DBG] * Mark bundle as not supporting multiuse
2021-06-06T05:19:04.699Z [CURL DBG] < HTTP/1.1 200 OK
2021-06-06T05:19:04.699Z [CURL DBG] < X-Amz-Meta-Uid: 1000001
2021-06-06T05:19:04.699Z [CURL DBG] < Content-Length: 0
2021-06-06T05:19:04.699Z [CURL DBG] < X-Amz-Meta-Mode: 493
2021-06-06T05:19:04.699Z [CURL DBG] < X-Amz-Meta-Atime: 1622956744
2021-06-06T05:19:04.699Z [CURL DBG] < X-Amz-Meta-Ctime: 1622956744
2021-06-06T05:19:04.699Z [CURL DBG] < X-Amz-Meta-Mtime: 1622956744
2021-06-06T05:19:04.699Z [CURL DBG] < Last-Modified: Sun, 06 Jun 2021 05:19:02 GMT
2021-06-06T05:19:04.699Z [CURL DBG] < Etag: "d41d8cd98f00b204e9800998ecf8427e"
2021-06-06T05:19:04.699Z [CURL DBG] < X-Amz-Meta-Gid: 1000000
2021-06-06T05:19:04.699Z [CURL DBG] < Content-Type: application/directory
2021-06-06T05:19:04.699Z [CURL DBG] < X-Trans-Id: txa63799bf216f42b7a31d5-0060bc5ac6
2021-06-06T05:19:04.699Z [CURL DBG] < Date: Sun, 06 Jun 2021 05:19:02 GMT
2021-06-06T05:19:04.699Z [CURL DBG] <
2021-06-06T05:19:04.699Z [CURL DBG] * Connection #0 to host X.X.X.X left intact
2021-06-06T05:19:04.699Z [INF]       curl.cpp:RequestPerform(2287): HTTP response code 200
2021-06-06T05:19:04.699Z [INF]       cache.cpp:AddStat(369): add stat cache entry[path=/mkdirtest]
<!-- gh-comment-id:855341912 --> @kozo2 commented on GitHub (Jun 6, 2021): Below is the log. I tried ``` ~/s3fs$ mkdir mkdirtest mkdir: cannot create directory ‘mkdirtest’: Input/output error ``` ``` 2021-06-06T05:19:04.607Z [INF] s3fs.cpp:s3fs_getattr(770): [path=/] 2021-06-06T05:19:04.609Z [INF] s3fs.cpp:s3fs_getattr(770): [path=/mkdirtest] 2021-06-06T05:19:04.609Z [INF] curl.cpp:HeadRequest(3006): [tpath=/mkdirtest] 2021-06-06T05:19:04.609Z [INF] curl.cpp:PreHeadRequest(2966): [tpath=/mkdirtest][bpath=][save=][sseckeypos=-1] 2021-06-06T05:19:04.609Z [INF] curl_util.cpp:prepare_url(250): URL is http://X.X.X.X:XXXX/foo/mkdirtest 2021-06-06T05:19:04.609Z [INF] curl_util.cpp:prepare_url(283): URL changed is http://X.X.X.X:XXXX/foo/mkdirtest 2021-06-06T05:19:04.609Z [INF] curl.cpp:insertV4Headers(2640): computing signature [HEAD] [/mkdirtest] [] [] 2021-06-06T05:19:04.609Z [INF] curl_util.cpp:url_to_host(327): url is http://X.X.X.X:XXXX 2021-06-06T05:19:04.609Z [CURL DBG] * Found bundle for host X.X.X.X: 0x7f6dc8001500 [serially] 2021-06-06T05:19:04.609Z [CURL DBG] * Can not multiplex, even if we wanted to! 2021-06-06T05:19:04.609Z [CURL DBG] * Re-using existing connection! (#0) with host X.X.X.X 2021-06-06T05:19:04.609Z [CURL DBG] * Connected to X.X.X.X (X.X.X.X) port XXXX (#0) 2021-06-06T05:19:04.609Z [CURL DBG] > HEAD /foo/mkdirtest HTTP/1.1 2021-06-06T05:19:04.609Z [CURL DBG] > Host: X.X.X.X:XXXX 2021-06-06T05:19:04.609Z [CURL DBG] > User-Agent: s3fs/1.89 (commit hash unknown; OpenSSL) 2021-06-06T05:19:04.609Z [CURL DBG] > Accept: */* 2021-06-06T05:19:04.609Z [CURL DBG] > Authorization: AWS4-HMAC-SHA256 Credential=qutest:e609XSxUEGusc46cgWND/20210606/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=24aace156a5e23f4d5d9c0cb2c00f9f90f572da6dde42007eb44bddf8ce23a5d 2021-06-06T05:19:04.609Z [CURL DBG] > x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 2021-06-06T05:19:04.609Z [CURL DBG] > x-amz-date: 20210606T051904Z 2021-06-06T05:19:04.609Z [CURL DBG] > 2021-06-06T05:19:04.635Z [CURL DBG] * Mark bundle as not supporting multiuse 2021-06-06T05:19:04.635Z [CURL DBG] < HTTP/1.1 404 Not Found 2021-06-06T05:19:04.635Z [CURL DBG] < Content-Length: 149 2021-06-06T05:19:04.635Z [CURL DBG] < Content-Type: text/xml 2021-06-06T05:19:04.635Z [CURL DBG] < X-Trans-Id: tx607ebe5785014899b71aa-0060bc5ac6 2021-06-06T05:19:04.635Z [CURL DBG] < Date: Sun, 06 Jun 2021 05:19:02 GMT 2021-06-06T05:19:04.635Z [CURL DBG] < 2021-06-06T05:19:04.635Z [CURL DBG] * Connection #0 to host X.X.X.X left intact 2021-06-06T05:19:04.635Z [INF] curl.cpp:RequestPerform(2329): HTTP response code 404 was returned, returning ENOENT 2021-06-06T05:19:04.635Z [INF] curl.cpp:HeadRequest(3006): [tpath=/mkdirtest/] 2021-06-06T05:19:04.635Z [INF] curl.cpp:PreHeadRequest(2966): [tpath=/mkdirtest/][bpath=][save=][sseckeypos=-1] 2021-06-06T05:19:04.635Z [INF] curl_util.cpp:prepare_url(250): URL is http://X.X.X.X:XXXX/foo/mkdirtest/ 2021-06-06T05:19:04.635Z [INF] curl_util.cpp:prepare_url(283): URL changed is http://X.X.X.X:XXXX/foo/mkdirtest/ 2021-06-06T05:19:04.635Z [INF] curl.cpp:insertV4Headers(2640): computing signature [HEAD] [/mkdirtest/] [] [] 2021-06-06T05:19:04.635Z [INF] curl_util.cpp:url_to_host(327): url is http://X.X.X.X:XXXX 2021-06-06T05:19:04.635Z [CURL DBG] * Found bundle for host X.X.X.X: 0x7f6dc8001500 [serially] 2021-06-06T05:19:04.635Z [CURL DBG] * Can not multiplex, even if we wanted to! 2021-06-06T05:19:04.635Z [CURL DBG] * Re-using existing connection! (#0) with host X.X.X.X 2021-06-06T05:19:04.635Z [CURL DBG] * Connected to X.X.X.X (X.X.X.X) port XXXX (#0) 2021-06-06T05:19:04.635Z [CURL DBG] > HEAD /foo/mkdirtest/ HTTP/1.1 2021-06-06T05:19:04.635Z [CURL DBG] > Host: X.X.X.X:XXXX 2021-06-06T05:19:04.635Z [CURL DBG] > User-Agent: s3fs/1.89 (commit hash unknown; OpenSSL) 2021-06-06T05:19:04.635Z [CURL DBG] > Accept: */* 2021-06-06T05:19:04.635Z [CURL DBG] > Authorization: AWS4-HMAC-SHA256 Credential=qutest:e609XSxUEGusc46cgWND/20210606/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ef8853b06ed38c6a2cc59873ff5df4a5b4756236e4a94d7086b5865050671ff7 2021-06-06T05:19:04.635Z [CURL DBG] > x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 2021-06-06T05:19:04.635Z [CURL DBG] > x-amz-date: 20210606T051904Z 2021-06-06T05:19:04.635Z [CURL DBG] > 2021-06-06T05:19:04.641Z [CURL DBG] * Mark bundle as not supporting multiuse 2021-06-06T05:19:04.641Z [CURL DBG] < HTTP/1.1 404 Not Found 2021-06-06T05:19:04.641Z [CURL DBG] < Content-Length: 149 2021-06-06T05:19:04.641Z [CURL DBG] < Content-Type: text/xml 2021-06-06T05:19:04.641Z [CURL DBG] < X-Trans-Id: tx4386a8dcdfbf47b9876ec-0060bc5ac6 2021-06-06T05:19:04.641Z [CURL DBG] < Date: Sun, 06 Jun 2021 05:19:02 GMT 2021-06-06T05:19:04.641Z [CURL DBG] < 2021-06-06T05:19:04.641Z [CURL DBG] * Connection #0 to host X.X.X.X left intact 2021-06-06T05:19:04.641Z [INF] curl.cpp:RequestPerform(2329): HTTP response code 404 was returned, returning ENOENT 2021-06-06T05:19:04.641Z [INF] curl.cpp:HeadRequest(3006): [tpath=/mkdirtest_$folder$] 2021-06-06T05:19:04.641Z [INF] curl.cpp:PreHeadRequest(2966): [tpath=/mkdirtest_$folder$][bpath=][save=][sseckeypos=-1] 2021-06-06T05:19:04.641Z [INF] curl_util.cpp:prepare_url(250): URL is http://X.X.X.X:XXXX/foo/mkdirtest_%24folder%24 2021-06-06T05:19:04.641Z [INF] curl_util.cpp:prepare_url(283): URL changed is http://X.X.X.X:XXXX/foo/mkdirtest_%24folder%24 2021-06-06T05:19:04.641Z [INF] curl.cpp:insertV4Headers(2640): computing signature [HEAD] [/mkdirtest_$folder$] [] [] 2021-06-06T05:19:04.641Z [INF] curl_util.cpp:url_to_host(327): url is http://X.X.X.X:XXXX 2021-06-06T05:19:04.641Z [CURL DBG] * Found bundle for host X.X.X.X: 0x7f6dc8001500 [serially] 2021-06-06T05:19:04.641Z [CURL DBG] * Can not multiplex, even if we wanted to! 2021-06-06T05:19:04.641Z [CURL DBG] * Re-using existing connection! (#0) with host X.X.X.X 2021-06-06T05:19:04.641Z [CURL DBG] * Connected to X.X.X.X (X.X.X.X) port XXXX (#0) 2021-06-06T05:19:04.641Z [CURL DBG] > HEAD /foo/mkdirtest_%24folder%24 HTTP/1.1 2021-06-06T05:19:04.641Z [CURL DBG] > Host: X.X.X.X:XXXX 2021-06-06T05:19:04.641Z [CURL DBG] > User-Agent: s3fs/1.89 (commit hash unknown; OpenSSL) 2021-06-06T05:19:04.641Z [CURL DBG] > Accept: */* 2021-06-06T05:19:04.641Z [CURL DBG] > Authorization: AWS4-HMAC-SHA256 Credential=qutest:e609XSxUEGusc46cgWND/20210606/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=aaf1131195ecaa8605cfd020628d933feeaf30101db4d8a4e999159773bdc00d 2021-06-06T05:19:04.641Z [CURL DBG] > x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 2021-06-06T05:19:04.641Z [CURL DBG] > x-amz-date: 20210606T051904Z 2021-06-06T05:19:04.641Z [CURL DBG] > 2021-06-06T05:19:04.646Z [CURL DBG] * Mark bundle as not supporting multiuse 2021-06-06T05:19:04.647Z [CURL DBG] < HTTP/1.1 404 Not Found 2021-06-06T05:19:04.647Z [CURL DBG] < Content-Length: 149 2021-06-06T05:19:04.647Z [CURL DBG] < Content-Type: text/xml 2021-06-06T05:19:04.647Z [CURL DBG] < X-Trans-Id: tx5c824d76654948db87bc4-0060bc5ac6 2021-06-06T05:19:04.647Z [CURL DBG] < Date: Sun, 06 Jun 2021 05:19:02 GMT ... 2021-06-06T05:19:04.681Z [CURL DBG] < Content-Type: application/xml 2021-06-06T05:19:04.681Z [CURL DBG] < X-Trans-Id: txec89a0def5374c94aa7c1-0060bc5ac6 2021-06-06T05:19:04.681Z [CURL DBG] < Date: Sun, 06 Jun 2021 05:19:02 GMT 2021-06-06T05:19:04.681Z [CURL DBG] < 2021-06-06T05:19:04.681Z [CURL DBG] * Connection #0 to host X.X.X.X left intact 2021-06-06T05:19:04.681Z [INF] curl.cpp:RequestPerform(2287): HTTP response code 200 2021-06-06T05:19:04.681Z [INF] s3fs.cpp:create_directory_object(997): [path=/mkdirtest][mode=0755][atime=1622956744][mtime=1622956744][ctime=1622956744][uid=1000001][gid=1000000] 2021-06-06T05:19:04.681Z [INF] curl.cpp:PutRequest(3169): [tpath=/mkdirtest/] 2021-06-06T05:19:04.681Z [INF] curl.cpp:PutRequest(3187): create zero byte file object. 2021-06-06T05:19:04.681Z [INF] curl_util.cpp:prepare_url(250): URL is http://X.X.X.X:XXXX/foo/mkdirtest/ 2021-06-06T05:19:04.681Z [INF] curl_util.cpp:prepare_url(283): URL changed is http://X.X.X.X:XXXX/foo/mkdirtest/ 2021-06-06T05:19:04.681Z [INF] curl.cpp:PutRequest(3271): uploading... [path=/mkdirtest/][fd=-1][size=0] 2021-06-06T05:19:04.681Z [INF] curl.cpp:insertV4Headers(2640): computing signature [PUT] [/mkdirtest/] [] [] 2021-06-06T05:19:04.681Z [INF] curl_util.cpp:url_to_host(327): url is http://X.X.X.X:XXXX 2021-06-06T05:19:04.682Z [CURL DBG] * Found bundle for host X.X.X.X: 0x7f6dc8001500 [serially] 2021-06-06T05:19:04.682Z [CURL DBG] * Can not multiplex, even if we wanted to! 2021-06-06T05:19:04.682Z [CURL DBG] * Re-using existing connection! (#0) with host X.X.X.X 2021-06-06T05:19:04.682Z [CURL DBG] * Connected to X.X.X.X (X.X.X.X) port XXXX (#0) 2021-06-06T05:19:04.682Z [CURL DBG] > PUT /foo/mkdirtest/ HTTP/1.1 2021-06-06T05:19:04.682Z [CURL DBG] > Host: X.X.X.X:XXXX 2021-06-06T05:19:04.682Z [CURL DBG] > User-Agent: s3fs/1.89 (commit hash unknown; OpenSSL) 2021-06-06T05:19:04.682Z [CURL DBG] > Accept: */* 2021-06-06T05:19:04.682Z [CURL DBG] > Authorization: AWS4-HMAC-SHA256 Credential=qutest:e609XSxUEGusc46cgWND/20210606/us-east-1/s3/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date;x-amz-meta-atime;x-amz-meta-ctime;x-amz-meta-gid;x-amz-meta-mode;x-amz-meta-mtime;x-amz-meta-uid, Signature=d042eef83d8a5e50d6fbe1b1f92bd3e7ed449db5c17e696e542971d23acf2188 2021-06-06T05:19:04.682Z [CURL DBG] > Content-Type: application/x-directory 2021-06-06T05:19:04.682Z [CURL DBG] > x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 2021-06-06T05:19:04.682Z [CURL DBG] > x-amz-date: 20210606T051904Z 2021-06-06T05:19:04.682Z [CURL DBG] > x-amz-meta-atime: 1622956744 2021-06-06T05:19:04.682Z [CURL DBG] > x-amz-meta-ctime: 1622956744 2021-06-06T05:19:04.682Z [CURL DBG] > x-amz-meta-gid: 1000000 2021-06-06T05:19:04.682Z [CURL DBG] > x-amz-meta-mode: 493 2021-06-06T05:19:04.682Z [CURL DBG] > x-amz-meta-mtime: 1622956744 2021-06-06T05:19:04.682Z [CURL DBG] > x-amz-meta-uid: 1000001 2021-06-06T05:19:04.682Z [CURL DBG] > Content-Length: 0 2021-06-06T05:19:04.682Z [CURL DBG] > 2021-06-06T05:19:04.692Z [CURL DBG] * Mark bundle as not supporting multiuse 2021-06-06T05:19:04.692Z [CURL DBG] < HTTP/1.1 200 OK 2021-06-06T05:19:04.692Z [CURL DBG] < Etag: "d41d8cd98f00b204e9800998ecf8427e" 2021-06-06T05:19:04.692Z [CURL DBG] < Content-Type: text/html; charset=UTF-8 2021-06-06T05:19:04.692Z [CURL DBG] < Content-Length: 0 2021-06-06T05:19:04.693Z [CURL DBG] < X-Trans-Id: tx60b8ccbb92ed4449aed89-0060bc5ac6 2021-06-06T05:19:04.693Z [CURL DBG] < Date: Sun, 06 Jun 2021 05:19:02 GMT 2021-06-06T05:19:04.693Z [CURL DBG] < 2021-06-06T05:19:04.693Z [CURL DBG] * Connection #0 to host X.X.X.X left intact 2021-06-06T05:19:04.693Z [INF] curl.cpp:RequestPerform(2287): HTTP response code 200 2021-06-06T05:19:04.693Z [INF] cache.cpp:DelStat(578): delete stat cache entry[path=/mkdirtest] 2021-06-06T05:19:04.693Z [INF] s3fs.cpp:s3fs_getattr(770): [path=/mkdirtest] 2021-06-06T05:19:04.693Z [INF] curl.cpp:HeadRequest(3006): [tpath=/mkdirtest] 2021-06-06T05:19:04.693Z [INF] curl.cpp:PreHeadRequest(2966): [tpath=/mkdirtest][bpath=][save=][sseckeypos=-1] 2021-06-06T05:19:04.693Z [INF] curl_util.cpp:prepare_url(250): URL is http://X.X.X.X:XXXX/foo/mkdirtest 2021-06-06T05:19:04.693Z [INF] curl_util.cpp:prepare_url(283): URL changed is http://X.X.X.X:XXXX/foo/mkdirtest 2021-06-06T05:19:04.693Z [INF] curl.cpp:insertV4Headers(2640): computing signature [HEAD] [/mkdirtest] [] [] 2021-06-06T05:19:04.693Z [INF] curl_util.cpp:url_to_host(327): url is http://X.X.X.X:XXXX 2021-06-06T05:19:04.693Z [CURL DBG] * Found bundle for host X.X.X.X: 0x7f6dc8001500 [serially] 2021-06-06T05:19:04.693Z [CURL DBG] * Can not multiplex, even if we wanted to! 2021-06-06T05:19:04.693Z [CURL DBG] * Re-using existing connection! (#0) with host X.X.X.X 2021-06-06T05:19:04.693Z [CURL DBG] * Connected to X.X.X.X (X.X.X.X) port XXXX (#0) 2021-06-06T05:19:04.693Z [CURL DBG] > HEAD /foo/mkdirtest HTTP/1.1 2021-06-06T05:19:04.693Z [CURL DBG] > Host: X.X.X.X:XXXX 2021-06-06T05:19:04.693Z [CURL DBG] > User-Agent: s3fs/1.89 (commit hash unknown; OpenSSL) 2021-06-06T05:19:04.693Z [CURL DBG] > Accept: */* 2021-06-06T05:19:04.693Z [CURL DBG] > Authorization: AWS4-HMAC-SHA256 Credential=qutest:e609XSxUEGusc46cgWND/20210606/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=24aace156a5e23f4d5d9c0cb2c00f9f90f572da6dde42007eb44bddf8ce23a5d 2021-06-06T05:19:04.693Z [CURL DBG] > x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 2021-06-06T05:19:04.693Z [CURL DBG] > x-amz-date: 20210606T051904Z 2021-06-06T05:19:04.693Z [CURL DBG] > 2021-06-06T05:19:04.699Z [CURL DBG] * Mark bundle as not supporting multiuse 2021-06-06T05:19:04.699Z [CURL DBG] < HTTP/1.1 200 OK 2021-06-06T05:19:04.699Z [CURL DBG] < X-Amz-Meta-Uid: 1000001 2021-06-06T05:19:04.699Z [CURL DBG] < Content-Length: 0 2021-06-06T05:19:04.699Z [CURL DBG] < X-Amz-Meta-Mode: 493 2021-06-06T05:19:04.699Z [CURL DBG] < X-Amz-Meta-Atime: 1622956744 2021-06-06T05:19:04.699Z [CURL DBG] < X-Amz-Meta-Ctime: 1622956744 2021-06-06T05:19:04.699Z [CURL DBG] < X-Amz-Meta-Mtime: 1622956744 2021-06-06T05:19:04.699Z [CURL DBG] < Last-Modified: Sun, 06 Jun 2021 05:19:02 GMT 2021-06-06T05:19:04.699Z [CURL DBG] < Etag: "d41d8cd98f00b204e9800998ecf8427e" 2021-06-06T05:19:04.699Z [CURL DBG] < X-Amz-Meta-Gid: 1000000 2021-06-06T05:19:04.699Z [CURL DBG] < Content-Type: application/directory 2021-06-06T05:19:04.699Z [CURL DBG] < X-Trans-Id: txa63799bf216f42b7a31d5-0060bc5ac6 2021-06-06T05:19:04.699Z [CURL DBG] < Date: Sun, 06 Jun 2021 05:19:02 GMT 2021-06-06T05:19:04.699Z [CURL DBG] < 2021-06-06T05:19:04.699Z [CURL DBG] * Connection #0 to host X.X.X.X left intact 2021-06-06T05:19:04.699Z [INF] curl.cpp:RequestPerform(2287): HTTP response code 200 2021-06-06T05:19:04.699Z [INF] cache.cpp:AddStat(369): add stat cache entry[path=/mkdirtest] ``` ```
Author
Owner

@kozo2 commented on GitHub (Jun 14, 2021):

By the way, I use S3 compatible QuObjects instead of S3 for this file storage.

<!-- gh-comment-id:860612582 --> @kozo2 commented on GitHub (Jun 14, 2021): By the way, I use S3 compatible [QuObjects](https://www.qnap.com/en/software/quobjects) instead of S3 for this file storage.
Author
Owner

@Paul-Folbrecht commented on GitHub (Apr 1, 2025):

Same error here (mkdir leads to 404) - is this a real issue? Will it be fixed?

<!-- gh-comment-id:2770662138 --> @Paul-Folbrecht commented on GitHub (Apr 1, 2025): Same error here (mkdir leads to 404) - is this a real issue? Will it be fixed?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#871
No description provided.