aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api
AgeCommit message (Expand)AuthorFilesLines
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
2022-06-07Merge pull request #3130 from kmlebedev/fix_rm_parent_dir_via_nextcloudChris Lu2-31/+59
2022-06-07fix s3 testsKonstantin Lebedev2-30/+48
2022-06-02fix filer.sync missing source srv uploaded files to target when target downcreeew1-1/+1
2022-06-01fix show empty dirKonstantin Lebedev1-5/+15
2022-05-30move s3 related constants from package http to s3_constantschrislu12-158/+153
2022-05-30Merge branch 'master' of https://github.com/chrislusf/seaweedfschrislu1-1/+1
2022-05-30use final destination to resolve fs configurationchrislu5-7/+16
2022-05-30Merge pull request #3122 from chrislusf/filer-sync-with-peersChris Lu1-1/+1
2022-05-30subscribe metadata between a rangechrislu1-1/+1
2022-05-30Merge pull request #3114 from kmlebedev/nextcloudChris Lu2-50/+78
2022-05-30rm log infoKonstantin Lebedev1-1/+0
2022-05-30list self dirKonstantin Lebedev1-54/+76
2022-05-30show fake dirsKonstantin Lebedev2-10/+14
2022-05-29s3: keep auth enabled in case identities are set to emptychrislu1-5/+7
2022-05-27list empty folderKonstantin Lebedev1-11/+14