aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/s3_constants
AgeCommit message (Expand)AuthorFilesLines
6 daysfix: use path instead of filepath for S3 object paths on Windows (#7739)Chris Lu2-0/+135
7 daysfix: admin UI bucket deletion with filer group configured (#7735)Chris Lu1-0/+6
10 dayss3: fix presigned POST upload missing slash between bucket and key (#7714)Chris Lu1-2/+29
13 dayss3: fix ListBuckets not showing buckets created by authenticated users (#7648)Chris Lu1-1/+17
2025-11-21S3: set identity to request context, and remove obsolete code (#7523)Chris Lu1-2/+27
2025-11-20S3: S3 Object Retention API to include XML namespace support (#7517)Chris Lu1-0/+5
2025-11-18S3: Directly read write volume servers (#7481)Chris Lu1-6/+7
2025-11-13S3: add context aware action resolution (#7479)Chris Lu1-0/+84
2025-11-05do delete expired entries on s3 list request (#7426)Konstantin Lebedev2-0/+2
2025-11-03S3: prevent deleting buckets with object locking (#7434)Chris Lu1-0/+1
2025-10-23S3 API: Fix SSE-S3 decryption on object download (#7366)Chris Lu1-0/+10
2025-08-30S3 API: Advanced IAM System (#7160)Chris Lu1-0/+8
2025-08-22S3 API: conditional read and write (#7154)Chris Lu1-0/+6
2025-08-22S3 API: Add SSE-S3 (#7151)Chris Lu2-0/+39
2025-08-21S3 API: Add SSE-KMS (#7144)Chris Lu1-0/+31
2025-08-19S3 API: Add SSE-C (#7143)Chris Lu1-0/+11
2025-07-18Fix get object lock configuration handler (#6996)Chris Lu1-1/+5
2025-07-16Object locking need to persist the tags and set the headers (#6994)Chris Lu1-1/+4
2025-07-15S3 Object Lock: ensure x-amz-bucket-object-lock-enabled header (#6990)Chris Lu2-0/+7
2025-07-13admin ui adds object lock permissionschrislu1-9/+15
2025-07-13Add policy engine (#6970)Chris Lu3-9/+12
2025-07-12implement PubObjectRetention and WORM (#6969)Chris Lu1-0/+21
2025-07-11More efficient copy object (#6665)Chris Lu1-0/+6
2025-07-09S3: add object versioning (#6945)Chris Lu1-3/+10
2025-01-17fix S3 per-user-directory Policy (#6443)Tom Crasset1-1/+12
2024-05-17added s3 iam DeleteBucket permission management (#5599)Riccardo Bertossa2-8/+9
2024-04-14[s3] fix s3 test_multipart_get_part (#5476)Konstantin Lebedev1-2/+5
2024-04-07[s3] add s3 pass test_multipart_upload (#5474)Konstantin Lebedev1-0/+1
2024-03-07[filer.backup] add param uploader_part_size for S3sink (#5352)Konstantin Lebedev1-0/+1
2023-09-25[s3acl] Step1: move s3account.AccountManager into to iam.S3ApiConfiguration (...Konstantin Lebedev1-0/+6
2023-09-21[iam] Replace action read/write to readAcp/writeAcp for handlers with acl (#...Konstantin Lebedev2-6/+8
2023-04-11s3 fix get fake dir object key (#4390)Konstantin Lebedev1-0/+1
2023-03-02 fix chunk.ModifiedTsNs (#4264)zemul1-1/+1
2022-10-12add acl helper functionalities (#3831)LHHDZ2-0/+20
2022-10-11split `ExtAcpKey` to `ExtAmzOwnerKey` and `ExtAmzAclKey` to avoid unn… (#3824)LHHDZ1-1/+2
2022-10-01add ownership rest apis (#3765)LHHDZ1-0/+1
2022-09-29s3: sync bucket info from filer (#3759)LHHDZ6-0/+113
2022-08-23s3: report http.StatusOK if the directory is explicitly createdchrislu1-0/+2
2022-06-29use const multipart uploads folderKonstantin Lebedev1-0/+1
2022-06-20remove go.uber.org/atomic石昌林1-2/+2
2022-06-17some code optimizations石昌林1-0/+18
2022-05-30move s3 related constants from package http to s3_constantschrislu1-0/+66
2022-05-30use final destination to resolve fs configurationchrislu1-0/+2
2020-12-22go fmtChris Lu1-1/+0
2020-12-07break import cycleChris Lu1-0/+10