chrislu
cd01a2346a
Java 3.59
fix https://github.com/seaweedfs/seaweedfs/issues/5001
1 year ago
vados
a1c6f1fbd6
chore(tests): update S3 compat tests
While present, the S3 compatibility tests were broken (at the very
least when running on Linux) due to a few issues:
- `ubuntu:latest` moving ahead of Python 3.6
- Docker networking not working as expected (host.docker.internal)
This commit fixes the s3 compatibility tests, ensuring they run
properly on linux, and updates the repository to contain some results.
Signed-off-by: vados <vados@vadosware.io>
1 year ago
chrislu
572cc440ce
a simple example of using aws-sdk-go-v2
2 years ago
dependabot[bot]
b6a516fed6
build(deps): bump guava from 30.0-jre to 32.0.0-jre in /test/random_access ( #4579 )
build(deps): bump guava in /test/random_access
Bumps [guava](https://github.com/google/guava ) from 30.0-jre to 32.0.0-jre.
- [Release notes](https://github.com/google/guava/releases )
- [Commits](https://github.com/google/guava/commits )
---
updated-dependencies:
- dependency-name: com.google.guava:guava
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Nat Makarevitch
b72f0634d7
minor (typos...), done while reading around
3 years ago
Sebastian Kurfuerst
99abddf376
FEATURE: add test setup for running the CephFS S3 compatibility suite
3 years ago
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