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

Finished implementation of RDS's DescribeDBLogFiles #2084

Merged
merged 1 commit into from Feb 18, 2014

Conversation

pasc
Copy link
Contributor

@pasc pasc commented Feb 8, 2014

This commit implements the missing arguments for get_all_logs.

It introduces two slight API changes. They're the right thing to do, but I can revert those parts if needed.

a) dbinstance_id is no longer optional. It's a required field in the docs, so there's no reason for it to be optional.

b) max_records was previously hardcoded to 26. It's actually an optional field, so I've changed to be so.

@garnaat
Copy link
Member

garnaat commented Feb 8, 2014

LGTM.

BTW, thanks for all of your contributions recently @pasc. We really appreciate it!

@pasc
Copy link
Contributor Author

pasc commented Feb 8, 2014

@garnaat : You're welcome!!

@danielgtaylor
Copy link
Member

Looks great, thanks!

danielgtaylor added a commit that referenced this pull request Feb 18, 2014
Finished implementation of RDS's DescribeDBLogFiles. Fixes #2084.
@danielgtaylor danielgtaylor merged commit f3c706c into boto:develop Feb 18, 2014
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.

None yet

3 participants