| Age | Commit message (Collapse) | Author | Files | Lines |
|
fix https://github.com/seaweedfs/seaweedfs/issues/5001
|
|
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>
|
|
|
|
(#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>
|
|
|
|
|
|
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>
|
|
|
|
fix https://github.com/chrislusf/seaweedfs/issues/2162
|
|
https://github.com/advisories/GHSA-5mg8-w23w-74h3
|
|
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>
|
|
|
|
|
|
|
|
* GetObjectTagging
* PutObjectTagging
* DeleteObjectTagging
|
|
fix https://github.com/chrislusf/seaweedfs/issues/1461
|
|
|
|
fix https://github.com/chrislusf/seaweedfs/issues/1426 issue 1
|
|
|
|
|
|
|
|
|
|
|
|
|