| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-10-14 | refactor: move from io/ioutil to io and os package | Eng Zer Jun | 1 | -7/+8 | |
| The io/ioutil package has been deprecated as of Go 1.16, see https://golang.org/doc/go1.16#ioutil. This commit replaces the existing io/ioutil functions with their new definitions in io and os packages. Signed-off-by: Eng Zer Jun <engzerjun@gmail.com> | |||||
| 2020-08-19 | fix listObjectsV2 response format | Chris Lu | 1 | -2/+19 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1426 issue 1 | |||||
| 2020-07-25 | fix s3api copy object handler SerializationError | popstk | 1 | -4/+102 | |
| 2020-07-11 | basic s3 tests | Chris Lu | 1 | -0/+111 | |
