scireum / s3ninja

S3 ninja emulates the Amazon S3 API for developement and test purposes
MIT License
493 stars 91 forks source link

A Lack of Host Dir/File Write Permission Behaviors Need Improvements #201

Open imanabu opened 2 years ago

imanabu commented 2 years ago

How To Repro the Issue

  1. Start with the docker image
  2. Mount the host's folder with only a read only permission to everyone to s3 ninja's mount point.
  3. Log into http://localhost:9444/ui
  4. Create a bucket

What you will see

What I expected to see

Note that if the write permission is given to the directory, it will work perfectly.