Skip to content

Commit

Permalink
update s3 credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Proebstel committed Jan 24, 2025
1 parent f7e341b commit d580477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/state_file_archived_intake_request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def download_file_from_s3(bucket, file_key, file_path)
s3_client = Aws::S3::Client.new(region: 'us-east-1', credentials: s3_credentials)
s3_client.get_object(
response_target: file_path,
bucket: bucket,
bucket: 'vita-min-heroku-docs',
key: file_key
)
end
Expand Down

0 comments on commit d580477

Please sign in to comment.