aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api
AgeCommit message (Expand)AuthorFilesLines
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
2022-08-24s3: report metadata if the directory is explicitly created (#3498)Konstantin Lebedev1-8/+10
2022-08-23remove old raft servers if they don't answer to pings for too long (#3398)askeipx1-2/+3
2022-08-23s3: report http.StatusOK if the directory is explicitly createdchrislu2-0/+8
2022-08-22fix:Handle preflight cors requests (#3496)famosss1-2/+4
2022-08-22Handle preflight cors requests (#3481)famosss1-0/+7
2022-08-18s3: fix regression on HEAD directory operationchrislu1-0/+12
2022-08-18fix testschrislu1-5/+5
2022-08-17also migrate jsonpbchrislu1-1/+1
2022-08-17move proto packagechrislu1-1/+1
2022-08-15Remove duplicate slashes in object path to prevent 500 errors (#3442)Andrey Triumfov2-1/+70
2022-08-15Fix s3 pagination (#3436)Chris Lu2-115/+181
2022-08-14s3: fix aws s3api head-objectchrislu1-3/+5
2022-08-07refactor and fix strings.Splitchrislu1-1/+2
2022-08-04filer prefer volume server in same data center (#3405)Konstantin Lebedev2-0/+5
2022-08-03minorchrislu1-4/+4
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu34-100/+100
2022-07-23metadata subscription uses client epochchrislu1-1/+3
2022-07-14Merge pull request #3314 from shichanglin5/fix_ETagChris Lu1-2/+2
2022-07-14File upload should succeed should return `ETag` instead of `Etag`LHHDZ1-2/+2
2022-07-13supplement check duplicate accesskeyguosj1-0/+5
2022-07-06S3 ListObjectsV2 fix pagination under bucket rootchrislu1-1/+1
2022-07-01fix paginationKonstantin Lebedev1-13/+16
2022-06-29use const multipart uploads folderKonstantin Lebedev4-5/+8
2022-06-29Merge pull request #3200 from lapshin-vitaly/bufix/validate-tags-on-copyChris Lu5-26/+136
2022-06-29remove printlnLapshin Vitaliy1-1/+0
2022-06-28fix returnLapshin Vitaliy1-0/+1
2022-06-28fix returnLapshin Vitaliy1-0/+1
2022-06-28fix parseTagging function and add test for validate tagsLapshin Vitaliy5-10/+85
2022-06-27fix testLapshin Vitaliy1-2/+2
2022-06-27Merge branch 'master' into bufix/validate-tags-on-copyLapshin Vitaliy7-52/+388
2022-06-26adjust log messagechrislu1-1/+1
2022-06-27Remove the collection query param of s3api and let the collection be determin...石昌林2-6/+6
2022-06-20Fix global counter key is incorrect & Add read lock when reading counter map ...石昌林2-22/+33
2022-06-20validate tags on copy object and add regex for validating tagsLapshin Vitaliy4-26/+60
2022-06-19Merge pull request #3198 from guol-fnst/fix_statuscodeChris Lu1-5/+8
2022-06-20Merge branch 'master' into circuit_breakerLHHDZ1-2/+4
2022-06-20AbortMultipartUploadHandler should return 204 instead of 200guol-fnst1-5/+8
2022-06-20remove go.uber.org/atomic石昌林3-16/+17
2022-06-17some code optimizations石昌林4-25/+24
2022-06-17add some unit tests and some code optimizes石昌林5-69/+193
2022-06-16add bucket label to s3 prometheus metricszzq094941-2/+4
2022-06-15add s3 circuit breaker support for 'simultaneous request count' and 'simultan...石昌林4-47/+256
2022-06-13fix: When there is no access permission configured before startup, the authen...shichanglin51-5/+5
2022-06-08fix s3 tests:Konstantin Lebedev2-0/+11