aboutsummaryrefslogtreecommitdiff
path: root/test/s3
AgeCommit message (Collapse)AuthorFilesLines
2023-11-08chore(tests): update S3 compat testsvados7-18/+533
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>
2023-06-17a simple example of using aws-sdk-go-v2chrislu1-0/+114
2022-05-16minor (typos...), done while reading aroundNat Makarevitch1-3/+3
2021-12-31FEATURE: add test setup for running the CephFS S3 compatibility suiteSebastian Kurfuerst6-0/+164
2021-10-14refactor: move from io/ioutil to io and os packageEng Zer Jun1-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>
2021-09-26adjust test codeChris Lu1-5/+5
2020-10-02s3: support object taggingChris Lu1-0/+82
* GetObjectTagging * PutObjectTagging * DeleteObjectTagging
2020-09-11s3: ListParts output xml formatChris Lu1-0/+175
fix https://github.com/chrislusf/seaweedfs/issues/1461
2020-08-19fix listObjectsV2 response formatChris Lu1-2/+19
fix https://github.com/chrislusf/seaweedfs/issues/1426 issue 1
2020-07-25fix s3api copy object handler SerializationErrorpopstk1-4/+102
2020-07-11basic s3 testsChris Lu1-0/+111