[GH-ISSUE #1183] Cannot Create Directories with multiple periods and single digit in name #624

Closed
opened 2026-03-04 01:47:18 +03:00 by kerem · 0 comments
Owner

Originally created by @lizardslair on GitHub (Oct 25, 2019).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1183

I have found that when making a directory, if the name of it has TWO periods, it and there is a digit followed by another period and either a digit or word chars... something fails and will not mark the object as a DIR. Furthermore, you cannot delete (rm -rf) the "broken" folders once they are created.... it has to be done from AWS S3 web console. The pattern seems to be: "sometext anythingreally.SINGLEDIGIT.something". The folders do show as folders in AWS Web Console, and I can manually upload files into them... but from s3fs they look like normal files and can't do anything with them. Seems to be an issue with the meta-data not being set properly? Can anyone else reproduce this using the same mkdir commands as I did below?

I discovered this because we recently updated our version of s3fs in September, and since then one of our departments that creates dated folders with periods such as "Sales Leads 7.1.19" are failing to be created. The pattern seems to be particular to single-digits in the middle section, such as in the example here:

sh-4.2# mkdir 'TOYOTA TRUCK 8.28.20'
sh-4.2# mkdir 'TOYOTA TRUCK 8.2.2'
mkdir: cannot create directory ‘TOYOTA TRUCK 8.2.2’: Input/output error

PS: This only affects making directories... regular files are OK

PPS: After poking around the src/ code a bit, I have a hunch this might be related to the S3fsCurl::LookupMimeType() method, or the callee of it...

See below for several examples and debug-output:


Amazon Simple Storage Service File System V1.85 (commit:81102a5) with OpenSSL

sh-4.2# mkdir testing.1
sh-4.2# mkdir testing.1.2
mkdir: cannot create directory ‘testing.1.2’: Input/output error
sh-4.2# mkdir testing.1.test
mkdir: cannot create directory ‘testing.1.test’: Input/output error
sh-4.2# mkdir test.tesitng.test
sh-4.2# ls -al
total 3
drwxr-xr-x 1 root root 0 Oct 24 20:11 .
drwxrwxrwx 1 root root 0 Dec 31  1969 ..
drwxr-xr-x 1 root root 0 Oct 24 20:11 testing.1
-rwxr-xr-x 1 root root 0 Oct 24 20:11 testing.1.2
-rwxr-xr-x 1 root root 0 Oct 24 20:11 testing.1.test
drwxr-xr-x 1 root root 0 Oct 24 20:11 test.tesitng.test


Oct 24 20:11:10 web s3fs[9965]: [path=/DEBUG/testing.1.test][mode=0755]
Oct 24 20:11:10 web s3fs[9965]:       [tpath=/DEBUG/testing.1.test]
Oct 24 20:11:10 web s3fs[9965]:       [tpath=/DEBUG/testing.1.test][bpath=][save=][sseckeypos=-1]
Oct 24 20:11:10 web s3fs[9965]:       URL is https://s3-us-west-1.amazonaws.com/my-bucket-name/DEBUG/testing.1.test
Oct 24 20:11:10 web s3fs[9965]:       URL changed is https://my-bucket-name.s3-us-west-1.amazonaws.com/DEBUG/testing.1.test
Oct 24 20:11:10 web s3fs[9965]:       computing signature [HEAD] [/DEBUG/testing.1.test] [] []
Oct 24 20:11:10 web s3fs[9965]:       url is https://s3-us-west-1.amazonaws.com
Oct 24 20:11:10 web s3fs[9965]:       HTTP response code 404 was returned, returning ENOENT
Oct 24 20:11:10 web s3fs[9965]:       [tpath=/DEBUG/testing.1.test/]
Oct 24 20:11:10 web s3fs[9965]:       [tpath=/DEBUG/testing.1.test/][bpath=][save=][sseckeypos=-1]
Oct 24 20:11:10 web s3fs[9965]:       URL is https://s3-us-west-1.amazonaws.com/my-bucket-name/DEBUG/testing.1.test/
Oct 24 20:11:10 web s3fs[9965]:       URL changed is https://my-bucket-name.s3-us-west-1.amazonaws.com/DEBUG/testing.1.test/
Oct 24 20:11:10 web s3fs[9965]:       computing signature [HEAD] [/DEBUG/testing.1.test/] [] []
Oct 24 20:11:10 web s3fs[9965]:       url is https://s3-us-west-1.amazonaws.com
Oct 24 20:11:10 web s3fs[9965]:       HTTP response code 404 was returned, returning ENOENT
Oct 24 20:11:10 web s3fs[9965]:   [path=/DEBUG/testing.1.test][mode=0755][time=1571973070][uid=0][gid=0]
Oct 24 20:11:10 web s3fs[9965]:       [tpath=/DEBUG/testing.1.test/]
Oct 24 20:11:10 web s3fs[9965]:       create zero byte file object.
Oct 24 20:11:10 web s3fs[9965]:       URL is https://s3-us-west-1.amazonaws.com/my-bucket-name/DEBUG/testing.1.test/
Oct 24 20:11:10 web s3fs[9965]:       URL changed is https://my-bucket-name.s3-us-west-1.amazonaws.com/DEBUG/testing.1.test/
Oct 24 20:11:10 web s3fs[9965]:       computing signature [PUT] [/DEBUG/testing.1.test/] [] []
Oct 24 20:11:10 web s3fs[9965]:       url is https://s3-us-west-1.amazonaws.com
Oct 24 20:11:10 web s3fs[9965]:       uploading... [path=/DEBUG/testing.1.test/][fd=-1][size=0]
Oct 24 20:11:10 web s3fs[9965]:       HTTP response code 200
Oct 24 20:11:10 web s3fs[9965]:       delete stat cache entry[path=/DEBUG/testing.1.test]
Oct 24 20:11:10 web s3fs[9965]: [path=/DEBUG/testing.1.test]
Oct 24 20:11:10 web s3fs[9965]:       [tpath=/DEBUG/testing.1.test]
Oct 24 20:11:10 web s3fs[9965]:       [tpath=/DEBUG/testing.1.test][bpath=][save=][sseckeypos=-1]
Oct 24 20:11:10 web s3fs[9965]:       URL is https://s3-us-west-1.amazonaws.com/my-bucket-name/DEBUG/testing.1.test
Oct 24 20:11:10 web s3fs[9965]:       URL changed is https://my-bucket-name.s3-us-west-1.amazonaws.com/DEBUG/testing.1.test
Oct 24 20:11:10 web s3fs[9965]:       computing signature [HEAD] [/DEBUG/testing.1.test] [] []
Oct 24 20:11:10 web s3fs[9965]:       url is https://s3-us-west-1.amazonaws.com
Oct 24 20:11:10 web s3fs[9965]:       HTTP response code 404 was returned, returning ENOENT
Oct 24 20:11:10 web s3fs[9965]:       [tpath=/DEBUG/testing.1.test/]
Oct 24 20:11:10 web s3fs[9965]:       [tpath=/DEBUG/testing.1.test/][bpath=][save=][sseckeypos=-1]
Oct 24 20:11:10 web s3fs[9965]:       URL is https://s3-us-west-1.amazonaws.com/my-bucket-name/DEBUG/testing.1.test/
Oct 24 20:11:10 web s3fs[9965]:       URL changed is https://my-bucket-name.s3-us-west-1.amazonaws.com/DEBUG/testing.1.test/
Oct 24 20:11:10 web s3fs[9965]:       computing signature [HEAD] [/DEBUG/testing.1.test/] [] []
Oct 24 20:11:10 web s3fs[9965]:       url is https://s3-us-west-1.amazonaws.com
Oct 24 20:11:10 web s3fs[9965]:       HTTP response code 200
Oct 24 20:11:10 web s3fs[9965]:       add stat cache entry[path=/DEBUG/testing.1.test/]



Oct 24 20:11:13 web s3fs[9965]: [path=/DEBUG/test.tesitng.test][mode=0755]
Oct 24 20:11:13 web s3fs[9965]:       [tpath=/DEBUG/test.tesitng.test]
Oct 24 20:11:13 web s3fs[9965]:       [tpath=/DEBUG/test.tesitng.test][bpath=][save=][sseckeypos=-1]
Oct 24 20:11:13 web s3fs[9965]:       URL is https://s3-us-west-1.amazonaws.com/my-bucket-name/DEBUG/test.tesitng.test
Oct 24 20:11:13 web s3fs[9965]:       URL changed is https://my-bucket-name.s3-us-west-1.amazonaws.com/DEBUG/test.tesitng.test
Oct 24 20:11:13 web s3fs[9965]:       computing signature [HEAD] [/DEBUG/test.tesitng.test] [] []
Oct 24 20:11:13 web s3fs[9965]:       url is https://s3-us-west-1.amazonaws.com
Oct 24 20:11:13 web s3fs[9965]:       HTTP response code 404 was returned, returning ENOENT
Oct 24 20:11:13 web s3fs[9965]:       [tpath=/DEBUG/test.tesitng.test/]
Oct 24 20:11:13 web s3fs[9965]:       [tpath=/DEBUG/test.tesitng.test/][bpath=][save=][sseckeypos=-1]
Oct 24 20:11:13 web s3fs[9965]:       URL is https://s3-us-west-1.amazonaws.com/my-bucket-name/DEBUG/test.tesitng.test/
Oct 24 20:11:13 web s3fs[9965]:       URL changed is https://my-bucket-name.s3-us-west-1.amazonaws.com/DEBUG/test.tesitng.test/
Oct 24 20:11:13 web s3fs[9965]:       computing signature [HEAD] [/DEBUG/test.tesitng.test/] [] []
Oct 24 20:11:13 web s3fs[9965]:       url is https://s3-us-west-1.amazonaws.com
Oct 24 20:11:13 web s3fs[9965]:       HTTP response code 404 was returned, returning ENOENT
Oct 24 20:11:13 web s3fs[9965]:   [path=/DEBUG/test.tesitng.test][mode=0755][time=1571973073][uid=0][gid=0]
Oct 24 20:11:13 web s3fs[9965]:       [tpath=/DEBUG/test.tesitng.test/]
Oct 24 20:11:13 web s3fs[9965]:       create zero byte file object.
Oct 24 20:11:13 web s3fs[9965]:       URL is https://s3-us-west-1.amazonaws.com/my-bucket-name/DEBUG/test.tesitng.test/
Oct 24 20:11:13 web s3fs[9965]:       URL changed is https://my-bucket-name.s3-us-west-1.amazonaws.com/DEBUG/test.tesitng.test/
Oct 24 20:11:13 web s3fs[9965]:       computing signature [PUT] [/DEBUG/test.tesitng.test/] [] []
Oct 24 20:11:13 web s3fs[9965]:       url is https://s3-us-west-1.amazonaws.com
Oct 24 20:11:13 web s3fs[9965]:       uploading... [path=/DEBUG/test.tesitng.test/][fd=-1][size=0]
Oct 24 20:11:13 web s3fs[9965]:       HTTP response code 200
Oct 24 20:11:13 web s3fs[9965]:       delete stat cache entry[path=/DEBUG/test.tesitng.test]
Oct 24 20:11:13 web s3fs[9965]: [path=/DEBUG/test.tesitng.test]
Oct 24 20:11:13 web s3fs[9965]:       [tpath=/DEBUG/test.tesitng.test]
Oct 24 20:11:13 web s3fs[9965]:       [tpath=/DEBUG/test.tesitng.test][bpath=][save=][sseckeypos=-1]
Oct 24 20:11:13 web s3fs[9965]:       URL is https://s3-us-west-1.amazonaws.com/my-bucket-name/DEBUG/test.tesitng.test
Oct 24 20:11:13 web s3fs[9965]:       URL changed is https://my-bucket-name.s3-us-west-1.amazonaws.com/DEBUG/test.tesitng.test
Oct 24 20:11:13 web s3fs[9965]:       computing signature [HEAD] [/DEBUG/test.tesitng.test] [] []
Oct 24 20:11:13 web s3fs[9965]:       url is https://s3-us-west-1.amazonaws.com
Oct 24 20:11:13 web s3fs[9965]:       HTTP response code 404 was returned, returning ENOENT
Oct 24 20:11:13 web s3fs[9965]:       [tpath=/DEBUG/test.tesitng.test/]
Oct 24 20:11:13 web s3fs[9965]:       [tpath=/DEBUG/test.tesitng.test/][bpath=][save=][sseckeypos=-1]
Oct 24 20:11:13 web s3fs[9965]:       URL is https://s3-us-west-1.amazonaws.com/my-bucket-name/DEBUG/test.tesitng.test/
Oct 24 20:11:13 web s3fs[9965]:       URL changed is https://my-bucket-name.s3-us-west-1.amazonaws.com/DEBUG/test.tesitng.test/
Oct 24 20:11:13 web s3fs[9965]:       computing signature [HEAD] [/DEBUG/test.tesitng.test/] [] []
Oct 24 20:11:13 web s3fs[9965]:       url is https://s3-us-west-1.amazonaws.com
Oct 24 20:11:13 web s3fs[9965]:       HTTP response code 200
Oct 24 20:11:13 web s3fs[9965]:       add stat cache entry[path=/DEBUG/test.tesitng.test/]
Originally created by @lizardslair on GitHub (Oct 25, 2019). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1183 I have found that when making a directory, if the name of it has TWO periods, it and there is a digit followed by another period and either a digit or word chars... something fails and will not mark the object as a DIR. Furthermore, you cannot delete (`rm -rf`) the "broken" folders once they are created.... it has to be done from AWS S3 web console. The pattern seems to be: "sometext anythingreally.SINGLEDIGIT.something". The folders do show as folders in AWS Web Console, and I can manually upload files into them... but from s3fs they look like normal files and can't do anything with them. Seems to be an issue with the meta-data not being set properly? Can anyone else reproduce this using the same `mkdir` commands as I did below? I discovered this because we recently updated our version of s3fs in September, and since then one of our departments that creates dated folders with periods such as "Sales Leads 7.1.19" are failing to be created. The pattern seems to be particular to single-digits in the middle section, such as in the example here: sh-4.2# mkdir 'TOYOTA TRUCK 8.28.20' sh-4.2# mkdir 'TOYOTA TRUCK 8.2.2' mkdir: cannot create directory ‘TOYOTA TRUCK 8.2.2’: Input/output error PS: This only affects making directories... regular files are OK PPS: After poking around the src/ code a bit, I have a hunch this might be related to the `S3fsCurl::LookupMimeType()` method, or the callee of it... See below for several examples and debug-output: ------------------ Amazon Simple Storage Service File System V1.85 (commit:81102a5) with OpenSSL ``` sh-4.2# mkdir testing.1 sh-4.2# mkdir testing.1.2 mkdir: cannot create directory ‘testing.1.2’: Input/output error sh-4.2# mkdir testing.1.test mkdir: cannot create directory ‘testing.1.test’: Input/output error sh-4.2# mkdir test.tesitng.test sh-4.2# ls -al total 3 drwxr-xr-x 1 root root 0 Oct 24 20:11 . drwxrwxrwx 1 root root 0 Dec 31 1969 .. drwxr-xr-x 1 root root 0 Oct 24 20:11 testing.1 -rwxr-xr-x 1 root root 0 Oct 24 20:11 testing.1.2 -rwxr-xr-x 1 root root 0 Oct 24 20:11 testing.1.test drwxr-xr-x 1 root root 0 Oct 24 20:11 test.tesitng.test Oct 24 20:11:10 web s3fs[9965]: [path=/DEBUG/testing.1.test][mode=0755] Oct 24 20:11:10 web s3fs[9965]: [tpath=/DEBUG/testing.1.test] Oct 24 20:11:10 web s3fs[9965]: [tpath=/DEBUG/testing.1.test][bpath=][save=][sseckeypos=-1] Oct 24 20:11:10 web s3fs[9965]: URL is https://s3-us-west-1.amazonaws.com/my-bucket-name/DEBUG/testing.1.test Oct 24 20:11:10 web s3fs[9965]: URL changed is https://my-bucket-name.s3-us-west-1.amazonaws.com/DEBUG/testing.1.test Oct 24 20:11:10 web s3fs[9965]: computing signature [HEAD] [/DEBUG/testing.1.test] [] [] Oct 24 20:11:10 web s3fs[9965]: url is https://s3-us-west-1.amazonaws.com Oct 24 20:11:10 web s3fs[9965]: HTTP response code 404 was returned, returning ENOENT Oct 24 20:11:10 web s3fs[9965]: [tpath=/DEBUG/testing.1.test/] Oct 24 20:11:10 web s3fs[9965]: [tpath=/DEBUG/testing.1.test/][bpath=][save=][sseckeypos=-1] Oct 24 20:11:10 web s3fs[9965]: URL is https://s3-us-west-1.amazonaws.com/my-bucket-name/DEBUG/testing.1.test/ Oct 24 20:11:10 web s3fs[9965]: URL changed is https://my-bucket-name.s3-us-west-1.amazonaws.com/DEBUG/testing.1.test/ Oct 24 20:11:10 web s3fs[9965]: computing signature [HEAD] [/DEBUG/testing.1.test/] [] [] Oct 24 20:11:10 web s3fs[9965]: url is https://s3-us-west-1.amazonaws.com Oct 24 20:11:10 web s3fs[9965]: HTTP response code 404 was returned, returning ENOENT Oct 24 20:11:10 web s3fs[9965]: [path=/DEBUG/testing.1.test][mode=0755][time=1571973070][uid=0][gid=0] Oct 24 20:11:10 web s3fs[9965]: [tpath=/DEBUG/testing.1.test/] Oct 24 20:11:10 web s3fs[9965]: create zero byte file object. Oct 24 20:11:10 web s3fs[9965]: URL is https://s3-us-west-1.amazonaws.com/my-bucket-name/DEBUG/testing.1.test/ Oct 24 20:11:10 web s3fs[9965]: URL changed is https://my-bucket-name.s3-us-west-1.amazonaws.com/DEBUG/testing.1.test/ Oct 24 20:11:10 web s3fs[9965]: computing signature [PUT] [/DEBUG/testing.1.test/] [] [] Oct 24 20:11:10 web s3fs[9965]: url is https://s3-us-west-1.amazonaws.com Oct 24 20:11:10 web s3fs[9965]: uploading... [path=/DEBUG/testing.1.test/][fd=-1][size=0] Oct 24 20:11:10 web s3fs[9965]: HTTP response code 200 Oct 24 20:11:10 web s3fs[9965]: delete stat cache entry[path=/DEBUG/testing.1.test] Oct 24 20:11:10 web s3fs[9965]: [path=/DEBUG/testing.1.test] Oct 24 20:11:10 web s3fs[9965]: [tpath=/DEBUG/testing.1.test] Oct 24 20:11:10 web s3fs[9965]: [tpath=/DEBUG/testing.1.test][bpath=][save=][sseckeypos=-1] Oct 24 20:11:10 web s3fs[9965]: URL is https://s3-us-west-1.amazonaws.com/my-bucket-name/DEBUG/testing.1.test Oct 24 20:11:10 web s3fs[9965]: URL changed is https://my-bucket-name.s3-us-west-1.amazonaws.com/DEBUG/testing.1.test Oct 24 20:11:10 web s3fs[9965]: computing signature [HEAD] [/DEBUG/testing.1.test] [] [] Oct 24 20:11:10 web s3fs[9965]: url is https://s3-us-west-1.amazonaws.com Oct 24 20:11:10 web s3fs[9965]: HTTP response code 404 was returned, returning ENOENT Oct 24 20:11:10 web s3fs[9965]: [tpath=/DEBUG/testing.1.test/] Oct 24 20:11:10 web s3fs[9965]: [tpath=/DEBUG/testing.1.test/][bpath=][save=][sseckeypos=-1] Oct 24 20:11:10 web s3fs[9965]: URL is https://s3-us-west-1.amazonaws.com/my-bucket-name/DEBUG/testing.1.test/ Oct 24 20:11:10 web s3fs[9965]: URL changed is https://my-bucket-name.s3-us-west-1.amazonaws.com/DEBUG/testing.1.test/ Oct 24 20:11:10 web s3fs[9965]: computing signature [HEAD] [/DEBUG/testing.1.test/] [] [] Oct 24 20:11:10 web s3fs[9965]: url is https://s3-us-west-1.amazonaws.com Oct 24 20:11:10 web s3fs[9965]: HTTP response code 200 Oct 24 20:11:10 web s3fs[9965]: add stat cache entry[path=/DEBUG/testing.1.test/] Oct 24 20:11:13 web s3fs[9965]: [path=/DEBUG/test.tesitng.test][mode=0755] Oct 24 20:11:13 web s3fs[9965]: [tpath=/DEBUG/test.tesitng.test] Oct 24 20:11:13 web s3fs[9965]: [tpath=/DEBUG/test.tesitng.test][bpath=][save=][sseckeypos=-1] Oct 24 20:11:13 web s3fs[9965]: URL is https://s3-us-west-1.amazonaws.com/my-bucket-name/DEBUG/test.tesitng.test Oct 24 20:11:13 web s3fs[9965]: URL changed is https://my-bucket-name.s3-us-west-1.amazonaws.com/DEBUG/test.tesitng.test Oct 24 20:11:13 web s3fs[9965]: computing signature [HEAD] [/DEBUG/test.tesitng.test] [] [] Oct 24 20:11:13 web s3fs[9965]: url is https://s3-us-west-1.amazonaws.com Oct 24 20:11:13 web s3fs[9965]: HTTP response code 404 was returned, returning ENOENT Oct 24 20:11:13 web s3fs[9965]: [tpath=/DEBUG/test.tesitng.test/] Oct 24 20:11:13 web s3fs[9965]: [tpath=/DEBUG/test.tesitng.test/][bpath=][save=][sseckeypos=-1] Oct 24 20:11:13 web s3fs[9965]: URL is https://s3-us-west-1.amazonaws.com/my-bucket-name/DEBUG/test.tesitng.test/ Oct 24 20:11:13 web s3fs[9965]: URL changed is https://my-bucket-name.s3-us-west-1.amazonaws.com/DEBUG/test.tesitng.test/ Oct 24 20:11:13 web s3fs[9965]: computing signature [HEAD] [/DEBUG/test.tesitng.test/] [] [] Oct 24 20:11:13 web s3fs[9965]: url is https://s3-us-west-1.amazonaws.com Oct 24 20:11:13 web s3fs[9965]: HTTP response code 404 was returned, returning ENOENT Oct 24 20:11:13 web s3fs[9965]: [path=/DEBUG/test.tesitng.test][mode=0755][time=1571973073][uid=0][gid=0] Oct 24 20:11:13 web s3fs[9965]: [tpath=/DEBUG/test.tesitng.test/] Oct 24 20:11:13 web s3fs[9965]: create zero byte file object. Oct 24 20:11:13 web s3fs[9965]: URL is https://s3-us-west-1.amazonaws.com/my-bucket-name/DEBUG/test.tesitng.test/ Oct 24 20:11:13 web s3fs[9965]: URL changed is https://my-bucket-name.s3-us-west-1.amazonaws.com/DEBUG/test.tesitng.test/ Oct 24 20:11:13 web s3fs[9965]: computing signature [PUT] [/DEBUG/test.tesitng.test/] [] [] Oct 24 20:11:13 web s3fs[9965]: url is https://s3-us-west-1.amazonaws.com Oct 24 20:11:13 web s3fs[9965]: uploading... [path=/DEBUG/test.tesitng.test/][fd=-1][size=0] Oct 24 20:11:13 web s3fs[9965]: HTTP response code 200 Oct 24 20:11:13 web s3fs[9965]: delete stat cache entry[path=/DEBUG/test.tesitng.test] Oct 24 20:11:13 web s3fs[9965]: [path=/DEBUG/test.tesitng.test] Oct 24 20:11:13 web s3fs[9965]: [tpath=/DEBUG/test.tesitng.test] Oct 24 20:11:13 web s3fs[9965]: [tpath=/DEBUG/test.tesitng.test][bpath=][save=][sseckeypos=-1] Oct 24 20:11:13 web s3fs[9965]: URL is https://s3-us-west-1.amazonaws.com/my-bucket-name/DEBUG/test.tesitng.test Oct 24 20:11:13 web s3fs[9965]: URL changed is https://my-bucket-name.s3-us-west-1.amazonaws.com/DEBUG/test.tesitng.test Oct 24 20:11:13 web s3fs[9965]: computing signature [HEAD] [/DEBUG/test.tesitng.test] [] [] Oct 24 20:11:13 web s3fs[9965]: url is https://s3-us-west-1.amazonaws.com Oct 24 20:11:13 web s3fs[9965]: HTTP response code 404 was returned, returning ENOENT Oct 24 20:11:13 web s3fs[9965]: [tpath=/DEBUG/test.tesitng.test/] Oct 24 20:11:13 web s3fs[9965]: [tpath=/DEBUG/test.tesitng.test/][bpath=][save=][sseckeypos=-1] Oct 24 20:11:13 web s3fs[9965]: URL is https://s3-us-west-1.amazonaws.com/my-bucket-name/DEBUG/test.tesitng.test/ Oct 24 20:11:13 web s3fs[9965]: URL changed is https://my-bucket-name.s3-us-west-1.amazonaws.com/DEBUG/test.tesitng.test/ Oct 24 20:11:13 web s3fs[9965]: computing signature [HEAD] [/DEBUG/test.tesitng.test/] [] [] Oct 24 20:11:13 web s3fs[9965]: url is https://s3-us-west-1.amazonaws.com Oct 24 20:11:13 web s3fs[9965]: HTTP response code 200 Oct 24 20:11:13 web s3fs[9965]: add stat cache entry[path=/DEBUG/test.tesitng.test/] ```
kerem closed this issue 2026-03-04 01:47:18 +03:00
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#624
No description provided.