Austin Sasko
Austin Sasko
Although, unfortunately I now encounter a separate issue, an error with the S3 upload stage: ``` credentials cache miss occurred; added new AWS credentials (took 9.666µs) Error: s3 upload error:...
Made it past the command erroring out immediately -- it seems to be getting better and better with each build you provide, thank you. ``` try_op; try_attempt; lazy_load_credentials; credentials cache...
Is this due to https://github.com/awslabs/aws-sdk-rust/issues/169?
With `-vvv` (minor redactions) ``` [2023-08-17T17:15:46Z DEBUG aws_smithy_runtime::client::orchestrator] beginning attempt #2 [2023-08-17T17:15:46Z INFO tracing::span] try_attempt; [2023-08-17T17:15:46Z TRACE aws_smithy_runtime::client::orchestrator::endpoints] orchestrating endpoint resolution [2023-08-17T17:15:46Z DEBUG aws_smithy_runtime::client::orchestrator::endpoints] will use endpoint Endpoint { url:...
@roblabla Any idea with the above log? Thanks :)
@roblabla We were able to produce a version that successfully handles a proxy environment. See https://github.com/indygreg/apple-platform-rs/pull/88 Is it possible to get an official build off a branch with that code...
Also note the Cargo.lock was not committed as part of this PR.
@roblabla I left out a comma when trying to copy and paste from our internal environment (oops) and ended up failing the build workflows. Fixed now
Also experienced this bug in the same manner as the above
@indygreg I think I was able to clean it up and apply your feedback. Please let me know