@@ -17,19 +17,19 @@ sidebar:
1717
1818| 示例文件 | 示例内容 |
1919| :----------------------------------------------------------- | :--------------------------------------- |
20- | [ quickstart.py] ( https://github.com/NightRain233 /ufile-sdk-python/blob/master/examples/quickstart.py ) | 快速入门,包括上传、下载、遍历、删除文件 |
21- | [ example_bucketmanager.py] ( https://github.com/NightRain233 /ufile-sdk-python/blob/master/examples/example_bucketmanager.py ) | 存储空间管理 |
22- | [ example_putfile.py] ( https://github.com/NightRain233 /ufile-sdk-python/blob/master/examples/example_putfile.py ) | 普通上传文件 |
23- | [ example_postfile.py] ( https://github.com/NightRain233 /ufile-sdk-python/blob/master/examples/example_postfile.py ) | 表单上传文件 |
24- | [ example_uploadhit.py] ( https://github.com/NightRain233 /ufile-sdk-python/blob/master/examples/example_uploadhit.py ) | 秒传文件 |
25- | [ example_multipartuploadufile.py] ( https://github.com/NightRain233 /ufile-sdk-python/blob/master/examples/example_multipartuploadufile.py ) | 分片上传和断点续传 |
26- | [ example_downloadfile.py] ( https://github.com/NightRain233 /ufile-sdk-python/blob/master/examples/example_downloadfile.py ) | 下载文件 |
27- | [ example_headfile.py] ( https://github.com/NightRain233 /ufile-sdk-python/blob/master/examples/example_headfile.py ) | 查询文件基本信息 |
28- | [ example_deletefile.py] ( https://github.com/NightRain233 /ufile-sdk-python/blob/master/examples/example_deletefile.py ) | 删除文件 |
29- | [ example_restorefile.py] ( https://github.com/NightRain233 /ufile-sdk-python/blob/master/examples/example_restorefile.py ) | 解冻归档文件 |
30- | [ example_class_switch_file.py] ( https://github.com/NightRain233 /ufile-sdk-python/blob/master/examples/example_class_switch_file.py ) | 文件类型转换 |
31- | [ example_compare_file_etag.py] ( https://github.com/NightRain233 /ufile-sdk-python/blob/master/examples/example_compare_file_etag.py ) | 比较本地文件和远程文件etag |
32- | [ example_getfilelist.py] ( https://github.com/NightRain233 /ufile-sdk-python/blob/master/examples/example_getfilelist.py ) | 前缀列表查询 |
33- | [ example_listobjects.py] ( https://github.com/NightRain233 /ufile-sdk-python/blob/master/examples/example_listobjects.py ) | 获取目录文件列表 |
34- | [ example_copy.py] ( https://github.com/NightRain233 /ufile-sdk-python/blob/master/examples/example_copy.py ) | 拷贝文件 |
35- | [ example_rename.py] ( https://github.com/NightRain233 /ufile-sdk-python/blob/master/examples/example_rename.py ) | 重命名文件 |
20+ | [ quickstart.py] ( https://github.com/ucloud /ufile-sdk-python/blob/master/examples/quickstart.py ) | 快速入门,包括上传、下载、遍历、删除文件 |
21+ | [ example_bucketmanager.py] ( https://github.com/ucloud /ufile-sdk-python/blob/master/examples/example_bucketmanager.py ) | 存储空间管理 |
22+ | [ example_putfile.py] ( https://github.com/ucloud /ufile-sdk-python/blob/master/examples/example_putfile.py ) | 普通上传文件 |
23+ | [ example_postfile.py] ( https://github.com/ucloud /ufile-sdk-python/blob/master/examples/example_postfile.py ) | 表单上传文件 |
24+ | [ example_uploadhit.py] ( https://github.com/ucloud /ufile-sdk-python/blob/master/examples/example_uploadhit.py ) | 秒传文件 |
25+ | [ example_multipartuploadufile.py] ( https://github.com/ucloud /ufile-sdk-python/blob/master/examples/example_multipartuploadufile.py ) | 分片上传和断点续传 |
26+ | [ example_downloadfile.py] ( https://github.com/ucloud /ufile-sdk-python/blob/master/examples/example_downloadfile.py ) | 下载文件 |
27+ | [ example_headfile.py] ( https://github.com/ucloud /ufile-sdk-python/blob/master/examples/example_headfile.py ) | 查询文件基本信息 |
28+ | [ example_deletefile.py] ( https://github.com/ucloud /ufile-sdk-python/blob/master/examples/example_deletefile.py ) | 删除文件 |
29+ | [ example_restorefile.py] ( https://github.com/ucloud /ufile-sdk-python/blob/master/examples/example_restorefile.py ) | 解冻归档文件 |
30+ | [ example_class_switch_file.py] ( https://github.com/ucloud /ufile-sdk-python/blob/master/examples/example_class_switch_file.py ) | 文件类型转换 |
31+ | [ example_compare_file_etag.py] ( https://github.com/ucloud /ufile-sdk-python/blob/master/examples/example_compare_file_etag.py ) | 比较本地文件和远程文件etag |
32+ | [ example_getfilelist.py] ( https://github.com/ucloud /ufile-sdk-python/blob/master/examples/example_getfilelist.py ) | 前缀列表查询 |
33+ | [ example_listobjects.py] ( https://github.com/ucloud /ufile-sdk-python/blob/master/examples/example_listobjects.py ) | 获取目录文件列表 |
34+ | [ example_copy.py] ( https://github.com/ucloud /ufile-sdk-python/blob/master/examples/example_copy.py ) | 拷贝文件 |
35+ | [ example_rename.py] ( https://github.com/ucloud /ufile-sdk-python/blob/master/examples/example_rename.py ) | 重命名文件 |
0 commit comments