aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/s3api_object_handlers_copy.go
AgeCommit message (Expand)AuthorFilesLines
2025-12-02Fix SSE-S3 copy: preserve encryption metadata and set chunk SSE type (#7598)Chris Lu1-8/+111
2025-11-28fix: copy to bucket with default SSE-S3 encryption fails (#7562) (#7568)Chris Lu1-2/+29
2025-11-25fix copying for paused versioning buckets (#7548)Chris Lu1-4/+27
2025-11-25S3: Fix encrypted file copy with multiple chunks (#7530) (#7546)Chris Lu1-10/+11
2025-11-18S3: Directly read write volume servers (#7481)Chris Lu1-24/+112
2025-10-24Clients to volume server requires JWT tokens for all read operations (#7376)Chris Lu1-16/+24
2025-10-23S3 API: Fix SSE-S3 decryption on object download (#7366)Chris Lu1-4/+4
2025-10-17Clean up logs and deprecated functions (#7339)Chris Lu1-30/+0
2025-08-30S3 API: Advanced IAM System (#7160)Chris Lu1-7/+7
2025-08-22S3 API: Add SSE-S3 (#7151)Chris Lu1-63/+150
2025-08-21S3 API: Add SSE-KMS (#7144)Chris Lu1-29/+1090
2025-08-19S3 API: Add SSE-C (#7143)Chris Lu1-6/+149
2025-07-19test versioning also (#7000)Chris Lu1-37/+176
2025-07-16convert error fromating to %w everywhere (#6995)Chris Lu1-16/+16
2025-07-11More efficient copy object (#6665)Chris Lu1-38/+586
2024-07-16Added tls for http clients (#5766)vadimartynov1-4/+5
2024-04-29rename fileschrislu1-0/+311