aboutsummaryrefslogtreecommitdiff
path: root/docker/compose/s3tests.conf
AgeCommit message (Collapse)AuthorFilesLines
2025-07-18Update s3tests.confchrislu1-1/+1
2025-07-18fix testschrislu1-1/+1
2025-07-18Update s3tests.confchrislu1-1/+17
2025-07-18Update s3tests.confchrislu1-1/+18
2024-03-29[tests] add action s3 tests (#5427)Konstantin Lebedev1-1/+1
2023-09-25[s3acl] Step1: move s3account.AccountManager into to iam.S3ApiConfiguration ↵Konstantin Lebedev1-2/+2
(#4859) * move s3account.AccountManager into to iam.S3ApiConfiguration and switch to Interface https://github.com/seaweedfs/seaweedfs/issues/4519 * fix: test bucket acl default and adjust the variable names * fix: s3 api config test --------- Co-authored-by: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.co> Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
2023-09-21[s3acl] Step 0: Put bucket ACL only responds success if the ACL is private. ↵Konstantin Lebedev1-2/+2
(#4856) * Passing test: test_bucket_acl_default test_bucket_acl_canned_private_to_private https://github.com/seaweedfs/seaweedfs/issues/4519 * Update weed/s3api/s3api_bucket_handlers.go --------- Co-authored-by: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.co> Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
2021-02-18ceph s3-tests include in the docker compose filesKonstantin Lebedev1-0/+70
https://github.com/chrislusf/seaweedfs/issues/1810