Skip to content
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

Add explanation about configure_client and configure_server #283

Merged
merged 2 commits into from
Dec 14, 2016

Conversation

h3poteto
Copy link
Contributor

@h3poteto h3poteto commented Dec 9, 2016

shoryuken v2.1.0 can use configure_client and configure_server to setup aws.
So, I add explanation that in README.

I will update the wiki later.

@h3poteto h3poteto changed the title Add explanation about configure_client and configure_server Add explanation about configure_client and configure_server Dec 9, 2016
secret_access_key: ..., # or ENV["AWS_SECRET_ACCESS_KEY"]
access_key_id: ..., # or ENV["AWS_ACCESS_KEY_ID"]
region: "us-east-1", # or ENV["AWS_REGION"]
receive_message: { # See http://docs.aws.amazon.com/sdkforruby/api/Aws/SQS/Client.html#receive_message-instance_method
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@h3poteto thanks for the update! 🍻

I think we could remove the sqs_endpoint and sns_endpoint from the example above, it can mislead people making the believe it's required, usually they just want to copy&paste and try to fill that information, I guess most don't know about these endpoints, WDYT?

Copy link
Contributor Author

@h3poteto h3poteto Dec 10, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, I agree. Those options are written over there:https://github.com/phstc/shoryuken/pull/283/files#diff-04c6e90faac2675aa89e2176d2eec7d8R162
so it is not necessary to write them here.

I will remove.

@phstc phstc merged commit ebeb81d into ruby-shoryuken:master Dec 14, 2016
@phstc
Copy link
Collaborator

phstc commented Dec 14, 2016

@h3poteto thanks! Added to master 🍻

I will update the wiki later.

❤️

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

Successfully merging this pull request may close these issues.

2 participants