-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from a630140621/v3.2.x
v3.2.4
- Loading branch information
Showing
28 changed files
with
373 additions
and
232 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,5 @@ build/ | |
requests | ||
test_ufile/*.log | ||
test_ufile/*.txt | ||
docs/build/ | ||
docs/build/ | ||
__pycache__/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
## 3.2.4 (Oct 27, 2020) | ||
* [optimization] 支持上传和下载时指定后缀 | ||
* [bug fix] 修复默认参数为可变值, 导致行为和预期不一致的问题 | ||
* [bug fix] 修复其他已知问题 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# from ufile.compact import * | ||
import ufile | ||
|
||
print('ufile package version =', ufile.__version__) | ||
|
||
PUBLIC_KEY = '<your public key>' #添加自己的账户公钥 | ||
PRIVATE_KEY = '<your private key>' #添加自己的账户私钥 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.