Thanks to visit codestin.com
Credit goes to github.com

Skip to content

SQS via DNS region missing #321

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
iaejean opened this issue Jan 10, 2018 · 2 comments
Closed

SQS via DNS region missing #321

iaejean opened this issue Jan 10, 2018 · 2 comments

Comments

@iaejean
Copy link

iaejean commented Jan 10, 2018

I'm using SF4 with Flex and enqueue bundle, and I getting the follow messages:

Missing required client configuration options: 

region: (string)

  A "region" configuration value is required for the "sqs" service
  (e.g., "us-west-2"). A list of available public regions and endpoints can be
  found at http://docs.aws.amazon.com/general/latest/gr/rande.html.

I have the follow settings:
env file:

###> enqueue/enqueue-bundle ###
ENQUEUE_DSN=sqs://key={KEY}&secret={SECRET}&region=us-east-1
###< enqueue/enqueue-bundle ###

enqueue yaml file:

enqueue:
    transport:
        default: '%env(ENQUEUE_DSN)%'
    client: ~
@makasim
Copy link
Member

makasim commented Jan 10, 2018

is it related #315?

@iaejean
Copy link
Author

iaejean commented Jan 11, 2018

Yes, sound the same case thanks!

@iaejean iaejean closed this as completed Jan 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants