You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide aws-sdk with working URI.encode method
The S3 class is calling URI.encode which is removed in Ruby 3. By
providing a URI module within the S3 class makes the S3 code call that
module instead.
(cherry picked from commit 2e6d8c1)
Merge pull request openfoodfoundation#8556 from sinansonmez/8546-incl…
…ude-navigation-only-for-super-admins
Navigation is included only for super admin users