Ville Väänänen

Results 3 issues of Ville Väänänen

I'm running the containerized Alpine version and for some reason after a while the CPU usage jumps to 100% and stays there. ``` =================== Collector (v 5.9.1) =================== Status date:...

We have a reverse proxy in front of the Metaflow service implementing JWT based authentication. To pass the token, we're currently doing this: ```bash export METAFLOW_SERVICE_HEADERS="{\"Authorization\": \"Bearer $METAFLOW_TOKEN\"}" ``` The...

Hi! I've been running into some performance issues that have to do with making a separate headObject request for every file. Why not use the [GET Bucket (List Objects)](http://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketGET.html) command...

enhancement