DarkmiraTour / community-event-manager

Web application with a collection of tools helping people organising community events such as multi-days conference with reminders, CRM and such
GNU General Public License v3.0
21 stars 22 forks source link

Fixes #208 add "set" keyword to permission settings for minio/events directory #209

Closed kevinjhappy closed 5 years ago

kevinjhappy commented 5 years ago

PR information

Q A
Branch? Develop
Bug fix? yes
New feature? no
Tests pass? yes
Related issue Fixes #208

Description

The command for the create-bucket.sh used by minio during the build has been changed.

Previously it was "/usr/bin/mc policy download minio/events;" and it was needed to be changed by "/usr/bin/mc policy set download minio/events;" as the minio docker container has been updated recently, we can assume the old writing must have been deprecated for a while and just get deleted permanently