Skip to content

Releases: JuliaCloud/AWSCore.jl

v0.0.7

19 Feb 00:18
Compare
Choose a tag to compare
  • Move precompile() to top of file per #1
  • Call Requests.process_response() using @async to allow for case where large upload fails due to bad headers/auth etc. This allows processing of the response headers instead of hard failure with EPIPE

v0.0.6

15 Feb 00:31
Compare
Choose a tag to compare

Use ec2:DescribeSecurityGroups to get aws_account_number() (old user arn method does not work for temporary lambda credentials)

v0.0.5

09 Feb 08:26
Compare
Choose a tag to compare
  • enhance dump_aws_request() to show resource names
  • improve HTTP error handling
  • ensure that HTTP stream is always closed (add finally in http_attempt())