-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Correct documentation for LogFormatter. #657
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
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…tanceCollection#create.
updated the documentation to reflect that you need to use the ID.
…ider#credential. Using nil check instead of raise rescue exception for control flow, because using exception is super slow when stack trace is reasonably deep.
Clients that share http handlers will continue sharing pools.
Small EC2 documentation fixes.
SQS documentation formatting fix.
…ovider#credentials method continue to raise MissingCredentialsError when credentials are not set. This way we can make Provider's public interface backwards-compatible.
Adds support for tagging to Elastic Load Balancing.
References: #592
update the login profile class to support forced login as documented here: http://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateLoginProfile.html
updated the documentation to include the param so it gets nicely generated in the sdk docs
Update the login profile class to support forced password reset
Adding `aws-sdk-v1` gem, making it possible for v1 and v2 of the AWS SDK for Ruby to be loaded in the same Ruby process. Also updated the README with information about using proper version constraints in Gemfile.
Net::HTTP automatically creates a proxy if the HTTP proxy environment variable is set. By passing a `nil` value to `Net::HTTP.new` for the `proxy_address`, Net::HTTP skips this.
When attempting to build a SharedCredentialFileProvider in Ruby < 1.9, you would see a confusing error when Dir.home raises a NoMethodError. This change checks your RUBY_VERSION and raises a more user-friendly ArgumentError in that case. It will also prevent a premature crash of the default credential provider chain when running Ruby 1.8. Resolves GitHub Issue #604
Don't Call Dir.home in Ruby 1.8
Added end attribute - The time when the Reserved Instance expires.
This file is only being made available via the `aws-sdk-v1` gem to ensure the proper gem is loaded.
Ignore rvm files
Add support for Environment Variables.
For AWS::ElasticBeanstalk#retrieve_environment_info and AWS::ElasticBeanstalk#request_environment_info, adds the value 'bundle' to the valid values for :info_type in the documentation.
Add tagging support for Kinesis streams.
References: #617
* `REQUEST` is not a valid substitution, the output shows `AWS`. * `:http_status_code` is not a valid substitution. Should be `:http_response_code`.
trevorrowe
added a commit
that referenced
this pull request
Feb 5, 2015
This has been merged into the aws-sdk-v1 branch: 362dd0a Thanks for the contribution! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
REQUEST
is not a valid substitution, the output showsAWS
.:http_status_code
is not a valid substitution. Should be:http_response_code
.