-
Dear JuiceFS team, I have setup an S3 storage using I now want to remove or change the keys for read-only ones. I am able to use
Furthermore, even with the keys removed from the database file, I am still able to mount the S3 storage with write access. Is this intendeed behavior? How should I proceed to replace the keys? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Apparently, JuiceFS reads credentials from |
Beta Was this translation helpful? Give feedback.
Apparently, JuiceFS reads credentials from
~/.aws/credentials
if they are not in the database, even though this is not specified in the Documentation.To modify the keys with read-only ones, I used the
--force
option.