aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api
AgeCommit message (Expand)AuthorFilesLines
2023-11-13s3 api add not implemented response for PutBucketVersioningKonstantin Lebedev2-0/+7
2023-11-13s3 api add default response for GetBucketVersioningKonstantin Lebedev2-0/+20
2023-10-19fixchrislu1-1/+1
2023-10-18[s3] do reload s3 static config (#4923)Konstantin Lebedev1-0/+11
2023-10-13disconnect from old subscriberschrislu1-3/+2
2023-10-05handle wrapped errorschrislu1-1/+2
2023-10-05minorchrislu1-1/+5
2023-10-01RetryForever => RetryUntilchrislu1-1/+1
2023-09-25Revert "Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweed...chrislu2-4/+4
2023-09-25[s3acl] Step1: move s3account.AccountManager into to iam.S3ApiConfiguration (...Konstantin Lebedev11-191/+238
2023-09-21[iam] Replace action read/write to readAcp/writeAcp for handlers with acl (#...Konstantin Lebedev4-10/+20
2023-09-21[s3acl] Step 0: Put bucket ACL only responds success if the ACL is private. (...Konstantin Lebedev2-29/+45
2023-09-21[s3] optimization iam lookup for reducing algorithm complexity (#4857)Konstantin Lebedev3-55/+93
2023-09-19fix grpd dial optionchrislu1-2/+8
2023-09-18Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweedfs"chrislu2-4/+4
2023-09-18Bump github.com/rclone/rclone from 1.63.1 to 1.64.0 (#4850)dependabot[bot]2-4/+4
2023-09-05Clean up old signature hash poolsPatrick Schmidt3-19/+54
2023-09-05Improve S3 request signing performancePatrick Schmidt4-57/+112
2023-08-21Add time to first byte metric for s3 (#4768)SmsS42-1/+7
2023-08-17ErrInvalidPart when completed parts has extra partschrislu1-0/+19
2023-07-22s3api should return 500 code from filer (#4699)SmoothDenis1-0/+5
2023-07-11Fix S3 API multipart upload on Windows (#4666)Henco Appel1-1/+1
2023-05-16Use filerGroup for s3 buckets collection prefix (#4465)SmsS47-9/+23
2023-04-25allow deleting only older empty dir without recursion (#4430)Konstantin Lebedev1-11/+4
2023-04-12fix s3test test_bucket_listv2_delimiter_prefix_ends_with_delimiter (#4399)Konstantin Lebedev2-11/+21
2023-04-12try fix s3test test_bucket_listv2_delimiter_prefix (#4396)Konstantin Lebedev1-3/+12
2023-04-12fix test prefix is a directory (#4393)Konstantin Lebedev1-2/+2
2023-04-11s3 fix get list of dir object key with slash suffix (#4391)Konstantin Lebedev1-8/+22
2023-04-11s3 fix get fake dir object key (#4390)Konstantin Lebedev2-1/+2
2023-03-25update entry Attributes.Mtime = time.Now().Unix()chrislu1-0/+1
2023-03-21refactoringchrislu1-2/+14
2023-03-02 fix chunk.ModifiedTsNs (#4264)zemul1-1/+1
2023-02-21Fix s3api_object_list_handlers returning contents less than the specified lim...LHHDZ1-39/+47
2023-02-07text changechrislu1-2/+2
2023-02-07typochrislu1-1/+1
2023-02-07detect invalid bucket namechrislu1-0/+9
2023-02-07refactoringchrislu2-0/+77
2023-01-20grpc connection to filer add sw-client-id headerchrislu3-3/+3
2022-12-26Fix ide warning (#4082)Guo Lei1-4/+4
2022-12-13fix response not allowed (#4057)LHHDZ1-1/+1
2022-12-11sort tags by key (#4047)LHHDZ1-0/+6
2022-11-25avoid recursive deleting newly created empty directories (#4016)Konstantin Lebedev1-1/+8
2022-11-15refactor filer_pb.Entry and filer.Entry to use GetChunks()chrislu1-2/+2
2022-11-11fix 'NoSuchUpload' when upload part (#3968)LHHDZ1-1/+1
2022-11-10feat:add a uuid after uploadid (#3963)famosss2-2/+6
2022-11-02Bug fix: empty key in DeleteMultipleObjects request caused bucket delete (#3939)pavelzhurov1-0/+3
2022-10-29add back "/" prefix if it is missing in objectchrislu5-6/+48
2022-10-28refactor filer proto chunk variable from mtime to modified_ts_nschrislu1-7/+7
2022-10-24fix: isTruncated returns problematic (#3907)famosss1-1/+1
2022-10-24feat: simplify a bit (#3905)famosss1-1/+0