awslabs / mountpoint-s3

A simple, high-throughput file client for mounting an Amazon S3 bucket as a local file system.
Apache License 2.0
4.65k stars 164 forks source link

No permission to create new file in the mounting point #1136

Open tianyufang1958 opened 1 week ago

tianyufang1958 commented 1 week ago

Mountpoint for Amazon S3 version

mount-s3 1.10.0

AWS Region

us-east-1

Describe the running environment

Running on an EC2 with linux 2023 image against s3 in the same account

Mountpoint options

mount-s3 us.com.syngenta.htp.scv.nonprod /home/EAME/s1082344/scv_bucket --allow-delete --allow-overwrite --gid 676856321 --cache /tmp --dir-mode 0775 --file-mode 0774

What happened?

Mount point successed but I can see all the contents in the mounting point. However, I can only create folder but not creating new files in it.

Relevant log output

No response

dannycjones commented 1 week ago

Without logs, it's hard to know what's going wrong.

I'd recommend you see what Mountpoint logs report. You can learn more about how to configure and view the logs here: https://github.com/awslabs/mountpoint-s3/blob/main/doc/LOGGING.md