Metadata-Version: 1.0
Name: galaxy-fds-sdk
Version: 1.0.0
Summary: Galaxy FDS SDK
Home-page: UNKNOWN
Author: haxiaolin
Author-email: haxiaolin@xiaomi.com
License: Apache License
Description: 
        
        ## API
        
        * [FDS文件数据存储设计文档](http://wiki.mioffice.cn/xmg/%E6%96%87%E4%BB%B6%E6%95%B0%E6%8D%AE%E5%AD%98%E5%82%A8%E8%AE%BE%E8%AE%A1%E6%96%87%E6%A1%A3)
        * [FDS REST API文档](http://wiki.mioffice.cn/xmg/FDS_REST_API_user_guide)
        * [AWS S3 REST API文档](http://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html)
        
        ## 实现
        
        我们使用Requests库进行HTTP请求，通过继承AuthBase实现FDS的[签名认证](http://docs.python-requests.org/en/latest/user/authentication/)，同时参考了针对S3的开源库[python-requests-aws](https://github.com/tax/python-requests-aws)。
        
        
        [Requests stream upload](http://docs.python-requests.org/en/latest/user/advanced/#streaming-requests)
        
        [Requests stream iter_content](http://docs.python-requests.org/en/latest/api/#requests.Response.iter_lines)
Platform: UNKNOWN
