Skip to content

Commit 033c094

Browse files
committed
Lower CBOR in priority order
1 parent 04a47e3 commit 033c094

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

awscli/botocore/args.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
)
4848

4949
PRIORITY_ORDERED_SUPPORTED_PROTOCOLS = (
50-
'smithy-rpc-v2-cbor',
5150
'json',
5251
'rest-json',
5352
'rest-xml',
53+
'smithy-rpc-v2-cbor',
5454
'query',
5555
'ec2',
5656
)

0 commit comments

Comments
 (0)