aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api
AgeCommit message (Expand)AuthorFilesLines
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
2022-10-24fix: set user metadata key to lowercase (#3894)famosss1-0/+12
2022-10-24Fix errinfo (#3893)Guo Lei1-5/+6
2022-10-13don't skip empty value at `AssembleEntryWithAcp` (#3855)LHHDZ2-34/+36
2022-10-12add acl helper functionalities (#3831)LHHDZ4-0/+1233
2022-10-11split `ExtAcpKey` to `ExtAmzOwnerKey` and `ExtAmzAclKey` to avoid unn… (#3824)LHHDZ3-48/+46
2022-10-10change s3_account.go package to avoid cycle dependency (#3813)LHHDZ7-34/+41
2022-10-04avoid increasing the coordinates of metric labels (#3785)Konstantin Lebedev1-0/+6
2022-10-01add ownership rest apis (#3765)LHHDZ9-1/+356
2022-09-29s3: sync bucket info from filer (#3759)LHHDZ10-3/+582
2022-09-28s3: add account (#3753)LHHDZ2-0/+71
2022-09-20s3 to watch specific directorieschrislu1-1/+1
2022-09-15docs(s3api): readability improvements (#3696)Ryan Russell6-10/+10
2022-09-15refactor(s3api_object_handlers): `deleteMultipleObjectsLimmit` -> `de… (#3695)Ryan Russell1-2/+2
2022-09-15fix 0 size (#3683)ImFantuan1-1/+2
2022-09-15IsTruncated returned by the ListMultipartUploads method is set to false by de...famosss1-0/+1
2022-09-14go fmtchrislu6-29/+31
2022-09-14refactor: `Directory` readability (#3665)Ryan Russell2-2/+2
2022-09-01avoid DATA RACE on S3Options.localFilerSocket (#3571)Konstantin Lebedev1-3/+3
2022-08-31s3: close response body with copying objectchrislu1-1/+2