aboutsummaryrefslogtreecommitdiff
path: root/docker/compose/local-s3tests-compose.yml
AgeCommit message (Collapse)AuthorFilesLines
2022-10-16refactor(compose)!: upgrade to v2 closes #3699 (#3705)Ryan Russell1-1/+1
* docs(compose): Update readme for compose v2 upgrade Signed-off-by: Ryan Russell <git@ryanrussell.org> * refactor(compose): Upgrade `Makefile` for compose v2 Signed-off-by: Ryan Russell <git@ryanrussell.org> * refactor(compose): Upgrade yml from version 2 -> 3.9 Signed-off-by: Ryan Russell <git@ryanrussell.org> Signed-off-by: Ryan Russell <git@ryanrussell.org>
2022-06-29use const multipart uploads folderKonstantin Lebedev1-2/+2
avoid error bucket NotEmpty if multipart uploads folder exist
2022-06-01fix show empty dirKonstantin Lebedev1-1/+1
https://github.com/chrislusf/seaweedfs/issues/3086
2022-03-30allowDeleteBucketNotEmptyKonstantin Lebedev1-2/+2
2022-03-29fix s3 tests:Konstantin Lebedev1-1/+1
multipart_upload_incorrect_etag multipart_resend_first_finishes_last
2021-12-10audit log SignatureVersionkmlebedev1-1/+1
2021-05-24s3 test get w/ If-Match: bogus ETagKonstantin Lebedev1-1/+1
2021-05-24 - object write cache controlKonstantin Lebedev1-1/+1
- object write expires
2021-03-19s3: copy object to itselfChris Lu1-1/+1
fix https://github.com/chrislusf/seaweedfs/issues/1922
2021-03-12add 12 testsKonstantin Lebedev1-1/+1
https://github.com/chrislusf/seaweedfs/issues/1810
2021-02-18ceph s3-tests include in the docker compose filesKonstantin Lebedev1-0/+45
https://github.com/chrislusf/seaweedfs/issues/1810