aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/filer_util.go
AgeCommit message (Expand)AuthorFilesLines
2023-05-16Use filerGroup for s3 buckets collection prefix (#4465)SmsS41-0/+7
2022-10-01add ownership rest apis (#3765)LHHDZ1-0/+16
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-3/+3
2022-03-23better clean up upload directorychrislu1-4/+5
2021-12-26use streaming mode for long poll grpc callschrislu1-1/+1
2021-07-21go fmtChris Lu1-1/+1
2021-07-02fix s3 metadata error with multipart uploadlyg1-2/+2
2021-03-19s3: copy object to itselfChris Lu1-0/+6
2021-03-11s3: "isLast" returns true when the file does not existwuheng1-0/+4
2020-11-26new pkg s3iamKonstantin Lebedev1-137/+0
2020-11-25s3 configureKonstantin Lebedev1-26/+61
2020-11-19Merge branch 'upstream_master' into store_s3credKonstantin Lebedev1-2/+8
2020-11-12rename functionChris Lu1-1/+1
2020-11-12check permission for bucket delete/head.ruitao.liu1-0/+6
2020-11-03load S3 config from filerKonstantin Lebedev1-2/+103
2020-09-11s3: ListParts output xml formatChris Lu1-2/+5
2020-04-29able to subscribe any topic from any point of timeChris Lu1-1/+2
2020-03-23refactoringChris Lu1-92/+6
2020-03-23refactoringChris Lu1-23/+1
2020-03-22refactoringChris Lu1-5/+5
2020-03-20S3 API: fix DeleteMultipleObjectsHandlerChris Lu1-61/+20
2020-03-07breaks dependency loopChris Lu1-2/+1
2020-03-07fuse mount: avoid lookup nil entryChris Lu1-5/+6
2020-02-25remove ctx if possibleChris Lu1-12/+10
2020-02-25avoid reusing context objectChris Lu1-8/+8
2020-02-25s3: implemented DeleteMultipleObjectsChris Lu1-0/+55
2020-02-25fix directory lookup nilChris Lu1-0/+4
2020-01-25grpc send error via response instead of grpc errorChris Lu1-2/+2
2019-12-13filer: streaming file listingChris Lu1-2/+15
2019-09-16add more logsChris Lu1-0/+4
2019-09-16add logsChris Lu1-0/+1
2019-07-21go fmtChris Lu1-1/+1
2019-07-08s3: adjust object keyChris Lu1-0/+9
2019-03-15add context.ContextChris Lu1-17/+13
2018-12-11adjust proto APIChris Lu1-1/+0
2018-09-12working S3 multipart uploadsChris Lu1-2/+2
2018-09-09add s3 multipart uploadChris Lu1-5/+39
2018-09-04preparing to support S3 multipart uploadsChris Lu1-12/+43
2018-09-03go fmtChris Lu1-5/+6
2018-09-03refactoring filer rmChris Lu1-1/+25
2018-09-03refactoringChris Lu1-0/+60