mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #1775] Use full bucket url #914
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#914
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 @hMED22 on GitHub (Oct 10, 2021).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1775
Additional Information
Can you allow using the full bucket url and omitting the bucket name argument.
Version of s3fs being used (s3fs --version)
V1.89
Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse)
2.9.9
s3fs command line used, if applicable
or
s3fs syslog messages (grep s3fs /var/log/syslog, journalctl | grep s3fs, or s3fs outputs)
@ggtakec commented on GitHub (May 22, 2022):
@hMED22 I'm sorry for the late reply.
The content of your log seems to be the same as #1945.
This issue was posted earlier than that, but please refer to that comment
@hMED22 commented on GitHub (May 22, 2022):
@ggtakec Thank you for your reply.
Although my log does show
CURLE_SSL_CACERTerror but that isn't really related to my issue, my problem it is that s3fs adds the bucket name to the url which already includes it:I know this is how s3fs works, my command is wrong and I should remove the bucket name from the url argument.
I'm not reporting a bug, but trying to request a feature to allow passing the full bucket url and perhaps ignore the bucket name argument.
@hMED22 commented on GitHub (May 22, 2022):
The title and description weren't clear enough and I made it worst by adding the logs of the commands that I expected to work, I was just trying to follow the issue template.
@ggtakec commented on GitHub (May 24, 2022):
By leaving
urloption(url=https://cse-cic-ids2018.s3.amazonaws.com/) unspecified, I thinkhttps://cse-cic-ids2018.s3.amazonaws.com/will be used internally.Please try it.