mirror of
https://github.com/internetee/registry.git
synced 2025-06-04 19:57:29 +02:00
4 lines
150 B
Ruby
4 lines
150 B
Ruby
Aws.config.update(
|
|
region: ENV['aws_default_region'],
|
|
credentials: Aws::Credentials.new(ENV['aws_access_key_id'], ENV['aws_secret_access_key'])
|
|
)
|