mirror of
https://github.com/versity/versitygw.git
synced 2026-01-03 10:35:15 +00:00
The intent was to have a project id that could be set along with user and group ids for new files/objects in the backend. However, most filesystems don't actually associate a project with a user, and instead have the project id inherited from parent directories. Let's remove the project id for now, and we can always bring it back if we have a backend that will be able to make use of it.