aboutsummaryrefslogtreecommitdiff
path: root/test/s3
AgeCommit message (Expand)AuthorFilesLines
2025-10-17Fixes for kafka gateway (#7329)Chris Lu1-2/+8
2025-10-15S3: Signature verification should not check permissions (#7335)Chris Lu1-1/+1
2025-10-13Add Kafka Gateway (#7231)Chris Lu23-170/+971
2025-10-08Migrate from deprecated azure-storage-blob-go to modern Azure SDK (#7310)Chris Lu1-1/+0
2025-08-30S3 API: Advanced IAM System (#7160)Chris Lu28-0/+7178
2025-08-22S3 API: Add integration with KMS providers (#7152)Chris Lu9-13/+848
2025-08-22S3 API: Add SSE-S3 (#7151)Chris Lu1-0/+1089
2025-08-21S3 API: Add SSE-KMS (#7144)Chris Lu6-0/+2355
2025-08-01fix parsing s3 tag (#7069)Chris Lu1-0/+79
2025-07-28tag parsing decode url encodedchrislu1-1/+68
2025-07-22fix listing objects (#7008)Chris Lu4-28/+377
2025-07-21Fix versioning list only (#7015)Chris Lu1-0/+85
2025-07-21fix listing object versions (#7006)Chris Lu1-0/+776
2025-07-19test versioning also (#7000)Chris Lu2-4/+15
2025-07-18Test object lock and retention (#6997)Chris Lu3-40/+99
2025-07-18Fix get object lock configuration handler (#6996)Chris Lu1-1/+3
2025-07-16Object locking need to persist the tags and set the headers (#6994)Chris Lu13-233/+508
2025-07-15S3 Object Lock: ensure x-amz-bucket-object-lock-enabled header (#6990)Chris Lu5-2/+406
2025-07-15adding cors support (#6987)Chris Lu6-0/+1934
2025-07-12implement PubObjectRetention and WORM (#6969)Chris Lu7-0/+1939
2025-07-11More efficient copy object (#6665)Chris Lu4-0/+1582
2025-07-09S3: add object versioning (#6945)Chris Lu4-0/+1503
2023-11-08chore(tests): update S3 compat testsvados7-18/+533
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
2021-09-26adjust test codeChris Lu1-5/+5
2020-10-02s3: support object taggingChris Lu1-0/+82
2020-09-11s3: ListParts output xml formatChris Lu1-0/+175
2020-08-19fix listObjectsV2 response formatChris Lu1-2/+19
2020-07-25fix s3api copy object handler SerializationErrorpopstk1-4/+102
2020-07-11basic s3 testsChris Lu1-0/+111