Tim Finnigan

Results 460 comments of Tim Finnigan

Thanks for reporting this issue and your patience here, will plan to bring this up for discussion with the team.

After bringing this up with the team, the consensus was that more research is required here. Specifically in terms of highlighting the causes and clarifying the scenarios in which it...

Thanks for reporting this issue and for your patience here. I attempted to reproduce this on AWS CLI version 2.15.47, running the following: ``` aws configure set expiration "test" --profile...

Hi @gcontarini - thanks for your patience here. The CLI [update-function-config](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/lambda/update-function-configuration.html) command corresponds to the Lambda [UpdateFunctionConfig API](https://docs.aws.amazon.com/lambda/latest/api/API_UpdateFunctionConfiguration.html). Therefore, any changes to the ARN validation requirements would need to be...

Yes an official maintainer like @kyleknap will need to review this prior to merging.

Hi @ei-grad can you use the s3api [get-bucket-location](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/s3api/get-bucket-location.html) command? The [head-bucket](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/s3api/head-bucket.html) command is useful to determine if a bucket exists and you have permission to access it, which is why...

Thanks for following up and highlighting that note in the documentation. The issue here is that the `s3api` commands map directly to S3 APIs, so the CLI must be consistent...

This appears to be an issue with your environment rather than the CLI. We recommend using v2 and following the [documentation here](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html) on installing the CLI. You can refer to...

Can you expand on your use case for building/testing when not connected to a network?

Thanks for creating this feature request, I could see how it would be helpful to have this functionality. I'll mark this issue for further review by the team, and in...