Skip to content

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
wants to merge 1,449 commits into from
Closed

Correct documentation for LogFormatter. #657

wants to merge 1,449 commits into from

Conversation

drautb
Copy link

@drautb drautb commented Nov 3, 2014

  • REQUEST is not a valid substitution, the output shows AWS.
  • :http_status_code is not a valid substitution. Should be
    :http_response_code.

trevorrowe and others added 30 commits February 12, 2014 12:20
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.
awood45 and others added 26 commits August 11, 2014 15:54
Adds support for tagging to Elastic Load Balancing.
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.
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.
* `REQUEST` is not a valid substitution, the output shows `AWS`.
* `:http_status_code` is not a valid substitution. Should be
  `:http_response_code`.
@trevorrowe
Copy link
Contributor

This has been merged into the aws-sdk-v1 branch: 362dd0a

Thanks for the contribution!

@trevorrowe trevorrowe closed this Feb 5, 2015
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.