You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for opening this issue, @jy-frankfan. We are aware of the issue, Mountpoint currently will create a ReadWrite S3 Express session regardless of the --read-only flag.
I'll share with the team, as we'd like for the session to be created using ReadOnly mode in the future.
Mountpoint for Amazon S3 version
mount-s3 1.7.1
AWS Region
us-east-1
Describe the running environment
Mountpoint options
'mount-s3 <my-bucket> /tmp -d --allow-other --auto-unmount --foreground --read-only --force-path-style;
What happened?
Mountpoint failed with IAM issue when the S3 Directory Bucket Policy has
It works normally if the
Condition
block is removed.I wonder if mount-s3 include
x-amz-create-session-mode: ReadOnly
when--read-only
is given in the argument.Relevant log output
No response
The text was updated successfully, but these errors were encountered: