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 Route53 ID customization to Botocore. #398

Merged
merged 2 commits into from
Dec 5, 2014

Commits on Dec 4, 2014

  1. Add Route53 ID customization to Botocore.

    This change moves and adds to the customization [currently in the AWS CLI]
    (https://github.com/aws/aws-cli/blob/develop/awscli/customizations/route53resourceid.py)
    that handles automatically splitting Route53 resource IDs.
    
    For example, `/hostedzone/ABC123` will be changed to just `ABC123` when
    used as input to a Route53 service operation. The `Id`, `HostedZoneId`,
    `ResourceId`, and `DelegationSetId` input parameters are all handled by
    this customization.
    
    This fixes an issue encountered in boto/boto3#28.
    
    A corresponding change will need to be made to the AWS CLI to remove the
    customizations there after this is merged in.
    danielgtaylor committed Dec 4, 2014
    Configuration menu
    Copy the full SHA
    ff24b1f View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2014

  1. Configuration menu
    Copy the full SHA
    a3d1128 View commit details
    Browse the repository at this point in the history