[GH-ISSUE #2002] Mount path with missing directory object #1011

Open
opened 2026-03-04 01:50:37 +03:00 by kerem · 1 comment
Owner

Originally created by @gaul on GitHub (Jul 27, 2022).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2002

A StackOverflow comment suggests that this does not work:

https://stackoverflow.com/questions/64584917/s3fs-bucket-name-contains-illegal-character/64585933#64585933

Originally created by @gaul on GitHub (Jul 27, 2022). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2002 A StackOverflow comment suggests that this does not work: https://stackoverflow.com/questions/64584917/s3fs-bucket-name-contains-illegal-character/64585933#64585933
Author
Owner

@ggtakec commented on GitHub (Jul 27, 2022):

I tried creating a folder mptest from the AWS console.
And I tried mounting with <my bucket name>:/mptest and <my bucket name>:/mptest/, but those tests mount without any problem.

The user is receiving the following error, then I think user should first check that the path(my-bucket/test/) exists and is accessible.

<Error>
	<Code>NoSuchKey</Code>
	<Message>The specified key does not exist.</Message>
	<Key>test/</Key>
	...
</Error>
<!-- gh-comment-id:1196597319 --> @ggtakec commented on GitHub (Jul 27, 2022): I tried creating a folder `mptest` from the AWS console. And I tried mounting with `<my bucket name>:/mptest` and `<my bucket name>:/mptest/`, but those tests mount without any problem. The user is receiving the following error, then I think user should first check that the path(`my-bucket/test/`) exists and is accessible. ``` <Error> <Code>NoSuchKey</Code> <Message>The specified key does not exist.</Message> <Key>test/</Key> ... </Error> ```
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#1011
No description provided.