开发者

Saving Python Complex Data Types to Amazon S3

Can Python class data be saved to S3 without marshalling? I am trying to开发者_运维技巧 cut down of I/O operations until necessary.


Amazon S3 stores plain data files. Even if there's a library that makes it look like objects are being saved, it's going to do marshalling in the background. Might as well just pickle your objects by yourself.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜