我正在尝试使用亚马逊的新命令行界面。但是,该工具响应一条错误消息。
$ aws s3 get-object --bucket myBucketName --key myFileName
<requests.packages.urllib3.response.HTTPResponse object at 0x1e61710> is not JSON serializable
指定文本输出格式,提供对象的元数据,但仍然不是实际数据。
$ aws --output text get-object --bucket myBucketName --key myFileName
<requests.packages.urllib3.response.HTTPResponse object at 0x298f710> Fri, 05 Apr 2013 18:11:47 GMT bytes application/x-rpm 310000
这测试在该工具的源代码分发中似乎没有实现此功能。