department-of-veterans-affairs / caseflow-efolder

Tool for bulk download of efolder claim files
15 stars 8 forks source link

Alec k/appeals 46664 #1618

Closed sbashamoni closed 2 months ago

sbashamoni commented 2 months ago

Resolves APPEALS-46664

Description

This PR updates AWS from version 2 to version 3, which makes use of IMDSv2 protocol by default, over IMDSv1 to authenticate with AWS. This switch is so that we can be in compliance with an impending, mandatory shift to this new protocol. The aws-sdk gem is "replaced" and isn't directly updated from v2 ~> v3 as the aws-sdk-s3 gem allows you to pick and choose what you need. Allowing for less application bloat.

Acceptance Criteria