I have app, which upload multiple files at the same time to Space and it is getting error :
```
message: 'Please reduce your request rate.',
code: 'SlowDown',
region: null,
time: 2020-03-24T08:56:39.013Z,
re...
I've set up whitelist annotation on my ingress, on Kubernetes cluster, but in logs there are wrong IP-s, so it doesn't work.
Here is ingress configuration:
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata...