Closed NelsonTang19 closed 2 years ago
If you would like to open a pull request to update the deps that is always appreciated: https://github.com/chef-cookbooks/aws/blob/master/metadata.rb#L16-L35
Appears to be resolved since commit released in v8.3.1: https://github.com/sous-chefs/aws/commit/ae36b0aa053117c10e8e8b3130cd9874b63cff30#diff-eea7c7f5e64dcee356a42e1162f4817fdae0ed799f69aba8c61ff842efdcd857
Cookbook version 8.2.0
Chef-client version 16.1.0
Platform Details Ubuntu 18.04.4 LTS 5.3.0-1030-aws
Scenario: Trying to download a S3 file using
aws_s3_file
Steps to Reproduce: In test cookbook, add dependency to
aws
cookbookAdd
aws_s3_file
resource to default recipe (bucket
andremote_path
values redacted):Expected Result: test file in test-bucket is downloaded
Actual Result:
This particular output was with cinc client (a fork of chef). (Bucket and file names redacted)
Stacktrace output at
/root/.cinc/local-mode-cache/cache/cinc-stacktrace.out
:Upgrading the
aws-sdk-s3
gem to version1.63.0
appeared to address this: