[GH-ISSUE #2668] Need docs #1275

Closed
opened 2026-03-04 01:52:44 +03:00 by kerem · 2 comments
Owner

Originally created by @mmospanenko on GitHub (May 11, 2025).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2668

I want to set AWS region as CLI, but I don't see any mentions (in s3fs -h or here), please provide readable documentation for this tool. All available arguments, examples. As usually we have for man.

Originally created by @mmospanenko on GitHub (May 11, 2025). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2668 I want to set AWS region as CLI, but I don't see any mentions (in s3fs -h or here), please provide readable documentation for this tool. All available arguments, examples. As usually we have for man.
kerem 2026-03-04 01:52:44 +03:00
Author
Owner

@gaul commented on GitHub (May 12, 2025):

Does -o endpoint do what you want? We should change s3fs to align with the AWS CLI terminalogy (support both -o endpoint and -o region to do the same thing).

<!-- gh-comment-id:2870395605 --> @gaul commented on GitHub (May 12, 2025): Does `-o endpoint` do what you want? We should change s3fs to align with the AWS CLI terminalogy (support both `-o endpoint` and `-o region` to do the same thing).
Author
Owner

@mmospanenko commented on GitHub (May 12, 2025):

yes, thanks, I meant it isn't obvious, need to dive into details and make some experiments

for anyone who also will be looking for s3-eu-central-1:

s3fs BUCKET_NAME ./MNT_PATH \
  -o url=https://s3-eu-central-1.amazonaws.com \
  -o endpoint=eu-central-1
<!-- gh-comment-id:2870772798 --> @mmospanenko commented on GitHub (May 12, 2025): yes, thanks, I meant it isn't obvious, need to dive into details and make some experiments for anyone who also will be looking for `s3-eu-central-1`: ```sh s3fs BUCKET_NAME ./MNT_PATH \ -o url=https://s3-eu-central-1.amazonaws.com \ -o endpoint=eu-central-1 ```
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#1275
No description provided.