mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[GH-ISSUE #1807] s3fs mount with temporary credentials can‘t upload files #923
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#923
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 @linstein on GitHub (Nov 10, 2021).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1807
Additional Information
Version of s3fs being used (s3fs --version)
1.86
Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse)
2.9.7
Kernel information (uname -r)
5.4.0-72-generic
GNU/Linux Distribution, if applicable (cat /etc/os-release)
s3fs command line used, if applicable
Details about issue
touch a.txt, it promptstouch: setting times of 'a.txt': Operation not permitted, Here is s3fs log@srnm commented on GitHub (Nov 26, 2021):
Do you know that the temporary credentials permit uploads when using the awscli?
Using the awscli with temporary credentials is similar to the s3fs command line included section you provided above:
https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_use-resources.html#using-temp-creds-sdk-cli
If the awscli upload fails, perhaps the bucket is encrypted using a customer managed key?
The iam role behind the temporary credentials requires a grant on the KMS object.
gl