aboutsummaryrefslogtreecommitdiff
path: root/src/zenutil/cloud/s3client.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add EC2 IMDS credential provider for S3ClientStefan Boberg3 days1-6/+32
* Refactor S3Client to return payloads in per-method result typesStefan Boberg3 days1-73/+60
* Add MinioProcess test helper and S3Client integration testsStefan Boberg3 days1-0/+199
* Add path-style addressing support to S3Client for MinIO compatibilityStefan Boberg3 days1-6/+40
* Replace bool+OutError pattern with S3Result return typeStefan Boberg4 days1-87/+82
* Improve S3Client thread safety, code clarity, and reduce repetitionStefan Boberg4 days1-55/+84
* Add S3 client with SigV4 signingStefan Boberg4 days1-0/+716