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

Rds snapshot improvements #269

Merged
merged 8 commits into from
Jul 5, 2016
Merged

Conversation

tekken
Copy link
Contributor

@tekken tekken commented Jun 30, 2016

Implemented API for ModifyDBSnapshotAttribute and CopyDBSnapshot

module AWS
class RDS
class Real
require 'fog/aws/parsers/rds/create_db_snapshot'
Copy link
Member

Choose a reason for hiding this comment

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

Is this supposed to re-use create parser, or should it have it's own?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Your right it should have its own.

@geemus
Copy link
Member

geemus commented Jun 30, 2016

Looks like a great start, one comment inline and would be great to also see some tests more fleshed out. Thanks!

'snapshotId' => String
}

Fog.mock!
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I am unsure if this is required though i couldnt pass the test cases without it..throws a
Missing required arguments: aws_access_key_id, aws_secret_access_key (ArgumentError)

Copy link
Member

Choose a reason for hiding this comment

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

I don't think this should be here (it would be set or not at a higher level). The test you mention is broken on master I'm pretty sure, so we can consider this good even without this. If you can remove this I think we should be good to merge the rest. Thanks!

Copy link
Contributor Author

@tekken tekken Jul 1, 2016

Choose a reason for hiding this comment

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

Ok. I have removed it. Thank you!

@geemus
Copy link
Member

geemus commented Jul 5, 2016

Looks good, thanks!

@geemus geemus merged commit fbfba3d into fog:master Jul 5, 2016
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