Sha256: 153d988a5279f362aaca0ff0c20b37a14a0f86d0c1edadda8f7c3e819bd0a569
Contents?: true
Size: 524 Bytes
Versions: 9
Compression:
Stored size: 524 Bytes
Contents
# SQS client configuration file # Variables in this file are passed directly into AWS::SQS.new. # Please refer to the aws-sdk configuration for the most up-to-date # list of options. If your credentials are available as environment # variables or you're on an EC2 instance configured with an IAM role, # you can simply delete the access/secret keys. defaults: &defaults access_key_id: your-access-key secret_access_key: your-secret-key development: <<: *defaults test: <<: *defaults production: <<: *defaults
Version data entries
9 entries across 9 versions & 1 rubygems