Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
imanabu opened this issue Jun 27, 2022 · 0 comments
Open
Assignees

Comments

@imanabu
Copy link

imanabu commented Jun 27, 2022

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

  • The UI indicates a success of bucket creation
  • But it does not show file addition UI
  • There appears to be nothing logged in the docker console

What I expected to see

  • Good: At a minimum I wanted to see if there was a permission error in the docker's console.
  • Better: The bucket creation UI response should have shown you an error message instead of success
  • Best: The bucket error message would indicate there was a file permission error.

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

@jakobvogel jakobvogel self-assigned this Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants