mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[GH-ISSUE #2349] No option to specify cert file (via command-line or credentials file) #1157
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#1157
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 @poppem on GitHub (Oct 16, 2023).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2349
Additional Information
Version of s3fs being used (
s3fs --version)V1.90 (commit:unknown)
Version of fuse being used (
pkg-config --modversion fuse,rpm -qi fuseordpkg -s fuse)Version: 2.9.9-5ubuntu3
Kernel information (
uname -r)5.15.0-79-generic
GNU/Linux Distribution, if applicable (
cat /etc/os-release)Ubuntu 22.04.3 LTS
How to run s3fs, if applicable
n/a
s3fs syslog messages (
grep s3fs /var/log/syslog,journalctl | grep s3fs, ors3fs outputs)n/a
Details about issue
The aws s3 client (as well as many other s3 clients) allow the user to specify the ca-bundle through a command-line option. This is not available in s3fs. For greater usability this needs to be added.
Additionally, since s3fs supports usage of the .aws/credentials file, the assumption was that s3fs would utilize the ca_bundle specified in the profile in this file but that is not the case. The certificate must be placed into the /etc/ssl/certs directory which the s3fs documentation does not state as required.