Closed roman-khimov closed 7 months ago
"allow reads for others" sets two rules to allow GET and HEAD.
It should also allow RANGE and RANGEHASH. It should at the same time disable SEARCH/PUT/DELETE (these rules should come first).
Fix rules.
How to fix already existing containers:
Rule order doesn't matter in this case and SEARCH is optional (you can disable it as well or you can leave it available, your choice).
Current Behavior
"allow reads for others" sets two rules to allow GET and HEAD.
Expected Behavior
It should also allow RANGE and RANGEHASH. It should at the same time disable SEARCH/PUT/DELETE (these rules should come first).
Possible Solution
Fix rules.
Your Environment