Skip to content

Commit b237cc5

Browse files
authored
bump version to 3.1.6 (#427)
1 parent f7e83fc commit b237cc5

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 3.1.6 - 2024.11.14
2+
- fix
3+
- fix bugs of alias paths in `megfile ls` command
4+
- support `InvalidRange` error in tos oss
5+
- feat
6+
- add new env `AWS_S3_VERIFY` for setting s3 verify, default is `true`
7+
- add new env `AWS_S3_REDIRECT` for turning on supporting http redirect, default is `false`
8+
19
## 3.1.5 - 2024.11.05
210
- feat
311
- support `AWS_SESSION_TOKEN` env

docs/configuration/s3.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ You can use environments to setup authentication credentials for your s3 account
1212
- `OSS_ENDPOINT` / `AWS_ENDPOINT_URL_S3` / `AWS_ENDPOINT_URL`: endpoint url of s3
1313
- `AWS_S3_ADDRESSING_STYLE`: addressing style
1414
- `MEGFILE_S3_MAX_RETRY_TIMES`: s3 request max retry times when catch error which may fix by retry, default is `10`
15+
- `AWS_S3_VERIFY`: whether to verify ssl certificate, default is `true`, set to `false` to disable
16+
- `AWS_S3_REDIRECT`: whether to support http redirect, it is a experimental feature and only support `GET` method now. default is `false`, set to `true` to enable
1517

1618
### Use command
1719
You can update config file with `megfile` command easyly:

megfile/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "3.1.5"
1+
VERSION = "3.1.6"

0 commit comments

Comments
 (0)