send json string to api instead of dict

pull/18777/head
Brian Coca 8 years ago committed by Matt Clay
parent 1e5ca511d6
commit fdb8d11958

@ -207,7 +207,7 @@ def _create_or_update_bucket(connection, module, location):
if current_policy is None or json.loads(current_policy) != compare_policy:
try:
bucket.set_policy(load_policy)
bucket.set_policy(policy)
changed = True
current_policy = bucket.get_policy()
except S3ResponseError as e:

Loading…
Cancel
Save