minio/docs/iam/policies
Harshavardhana a22ce4550c protect workers and simplify use of atomics (#19982)
without atomic load() it is possible that for
a slow receiver we would get into a hot-loop, when
logCh is full and there are many incoming callers.

to avoid this as a workaround enable BATCH_SIZE
greater than 100 to ensure that your slow receiver
receives data in bulk to avoid being throttled in
some manner.

this PR however fixes the unprotected access to
the current workers value.
2024-06-24 18:15:27 -07:00
..
deny-non-sse-kms-objects.json Added tests for IAM policies for bucket operations (#19734) 2024-05-14 08:43:07 -07:00
deny-objects-with-invalid-sse-kms-key-id.json Added tests for IAM policies for bucket operations (#19734) 2024-05-14 08:43:07 -07:00
pbac-tests.sh protect workers and simplify use of atomics (#19982) 2024-06-24 18:15:27 -07:00