Skip to content

Commit

Permalink
Merge pull request #1129 from aws/unsigned
Browse files Browse the repository at this point in the history
Fix failing test from recent Botocore changes.
  • Loading branch information
danielgtaylor committed Feb 5, 2015
2 parents fc58100 + e3b5e58 commit 8781605
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion awscli/customizations/globalargs.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
import sys
import os

import botocore
import jmespath

from awscli.compat import urlparse
Expand Down Expand Up @@ -75,4 +76,4 @@ def no_sign_request(parsed_args, session, **kwargs):


def disable_signing(service, **kwargs):
service.signature_version = None
service.signature_version = botocore.UNSIGNED

0 comments on commit 8781605

Please sign in to comment.