cloud-gov / cg-ui

for the 2024 18F-supported cloud.gov product UI formerly known as the Stratos Dashboard
Other
3 stars 0 forks source link

Implement test for s3 bucket connectivity #423

Open jduss4 opened 4 weeks ago

jduss4 commented 4 weeks ago

We do not currently have a test which actually connects to and pulls information from an s3 bucket. This means when there are dependabot updates to the aws client and aws s3 libraries, they must be manually tested to confirm the functionality is still working.

We should implement a test s3 bucket and set of credentials which can be accessed from local tests and github actions to gain confidence in updates to these libraries.

Acceptance Criteria