Eng Zer Jun
a23bcbb7ec
refactor: move from io/ioutil to io and os package
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>
3 years ago
Chris Lu
ecaab0e048
adjust test code
3 years ago
Chris Lu
fc8dd58aea
volume: large_volume version has bug when using in memory index
fix https://github.com/chrislusf/seaweedfs/issues/2162
4 years ago
Chris Lu
a4db1fe32f
patch https://github.com/advisories/GHSA-5mg8-w23w-74h3
https://github.com/advisories/GHSA-5mg8-w23w-74h3
4 years ago
dependabot[bot]
fb04fda28b
Bump guava from 28.0-jre to 29.0-jre in /test/random_access
Bumps [guava](https://github.com/google/guava ) from 28.0-jre to 29.0-jre.
- [Release notes](https://github.com/google/guava/releases )
- [Commits](https://github.com/google/guava/commits )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Chris Lu
5f0e68c21e
revert wrong change
4 years ago
Chris Lu
b5e10bf511
Java client 1.6.3
4 years ago
Chris Lu
4e31ca9507
upgrade junit to 4.13.1
4 years ago
dependabot[bot]
648044f067
Bump junit from 4.12 to 4.13.1 in /test/random_access
Bumps [junit](https://github.com/junit-team/junit4 ) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases )
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md )
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1 )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Chris Lu
f781cce500
s3: support object tagging
* GetObjectTagging
* PutObjectTagging
* DeleteObjectTagging
4 years ago
Chris Lu
3eda8d6dfc
s3: ListParts output xml format
fix https://github.com/chrislusf/seaweedfs/issues/1461
4 years ago
Chris Lu
912d1706e7
wip
4 years ago
Chris Lu
c45ba5d7d4
fix listObjectsV2 response format
fix https://github.com/chrislusf/seaweedfs/issues/1426 issue 1
4 years ago
Chris Lu
60158a23b3
Create MmapFileTest.java
4 years ago
Chris Lu
20e0bae5d1
add for testing
4 years ago
popstk
feb52400be
fix s3api copy object handler SerializationError
4 years ago
Chris Lu
0b17b379a8
basic s3 tests
5 years ago
Chris Lu
f2e8ad6241
refactoring
5 years ago
Chris Lu
5071f528f6
testing compilation with remove package
12 years ago