mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[GH-ISSUE #2401] mount fails when sse kmsid specified #1182
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#1182
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 @aczire on GitHub (Jan 25, 2024).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2401
s3fs version = 1.93 (commit:54aa278) with OpenSSL
OS: .10.205-195.807.amzn2.x86_64 #1 SMP Tue Jan 16 18:28:59 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Fuse: 2.9.2
When running mount, if sse:kmsid is provided it fails.
Not Working: s3fs bucket-name /hps/dev/training -ouse_cache=/tmp -oallow_other -ouse_sse=kmsid:2670049f-xxxx-key-d0f8ff8c7ba8 -oiam_role=auto -f -ourl=https://s3-eu-central-1.amazonaws.com -oendpoint=eu-central-1 -odbglevel=dbg
Working (but write fails): s3fs bucket-name /hps/dev/training -ouse_cache=/tmp -oallow_other -oiam_role=auto -f -ourl=https://s3-eu-central-1.amazonaws.com -oendpoint=eu-central-1 -odbglevel=dbg
See the log below.
If we dont specify the kms key id, then all is good, but write fails since it needs kms key id.
@ggtakec commented on GitHub (Feb 12, 2024):
@aczire Sorry for the late reply.
I have reviewed your report and created #2409.
If you can try it, check it out.
Thanks in advance for your assistance.
@ggtakec commented on GitHub (Feb 19, 2024):
@aczire The code that would resolve this issue has been merged.
If possible, try with the latest master branch code.
I will close this issue, but if the problem persists, please reopen it.
Thanks for your help.