Krzysztof
Krzysztof
The same is observed using 7.3 client. I've tried to debug it a bit in order to find out what's going on here. Seems like in 'BAD' example (while part...
Hey there, I just simulated reading the log-cache API data myself while doing cf push. I was able to retrieve more lines than the cf cli itself for the same...
Hi @a-b thank you for your response and pointing me out to this documentation! I went through all comments in your tracker: https://www.pivotaltracker.com/n/projects/892938/stories/171759407/comments/212391238 ..and I did learn that 2s delay...
``` me@host:~> cat s3.py import boto import boto.s3.connection conn = boto.connect_s3( aws_access_key_id = '***', aws_secret_access_key = '***', host = '***', calling_format = boto.s3.connection.OrdinaryCallingFormat()) for bucket in conn.get_all_buckets(): print (bucket.name, bucket.creation_date)...
Hi, is it live/public? Where I could actually fetch versions info and their download urls? It redirects to https://developer.ibm.com/languages/java/semeru-runtimes/api/v3 and never responses.
Ah, it's all described here :) https://www.ibm.com/support/pages/semeru-runtimes-getting-started
I've tried with proper region. If this would be storage issue it would neither work with different projects, no? I'll try with extra logging tomorrow. However 503 rings me a...
Ok, my assumption is that it tries to go over internet proxy and this usually answers with 503 (in our case). Our storage is internal and won't be reachable over...
Ok, I can confirm that NO_PROXY is not honored. ``` 2023-06-30T06:26:42.550529Z DEBUG awscrt::http-connection: https_proxy environment found 2023-06-30T06:26:42.550535Z INFO awscrt::http-connection: (STATIC) Connecting to "ecs.appcloud.***.com" through a tunnel via proxy "gate.zrh.***.com" 2023-06-30T06:26:43.128018Z...
In terms of this feature. I'd also see beneficial to have current commands extended eg. 1) cf set-droplet test (with no droplet guid provided so it takes the latest -...