aboutsummaryrefslogtreecommitdiff
path: root/weed/server/filer_server_handlers_write.go
AgeCommit message (Expand)AuthorFilesLines
2020-11-16switch to logrusorigin/logrusChris Lu1-5/+5
2020-11-15go fmtChris Lu1-3/+3
2020-11-15refactoringChris Lu1-61/+41
2020-11-15refactoringChris Lu1-11/+22
2020-10-20filer: support default rackChris Lu1-3/+8
2020-10-19mount: pass along replication and collection parametersChris Lu1-1/+5
2020-08-28add signatures to messages to avoid double processingChris Lu1-1/+1
2020-08-08filer refactoring: same auto chunking logic for POST and PUT, no size limitChris Lu1-201/+1
2020-08-06filer: store md5 metadata for files uploaded by filerChris Lu1-15/+6
2020-07-19go code can read and write chunk manifestChris Lu1-3/+2
2020-06-30filer: support active<=>active filer replicationChris Lu1-2/+2
2020-06-22S3: DeleteObject API also support deleting a folder recursivelyChris Lu1-2/+7
2020-04-11s3: add option to fsync bucketsChris Lu1-7/+10
2020-04-08add etag only for PUT or large chunked uploadsChris Lu1-3/+10
2020-04-08add If-None-Match and If-Modified-SinceChris Lu1-8/+10
2020-03-23refactoringChris Lu1-3/+3
2020-03-09filer: fix ttl parsingChris Lu1-9/+18
2020-03-08filer: remove chunk manifest file supportChris Lu1-11/+0
2020-03-08filer: processing all response headers, no pass through to volume serverChris Lu1-5/+8
2020-03-07breaks dependency loopChris Lu1-1/+1
2020-03-07filer: set mime type from volume serverChris Lu1-2/+5
2020-03-07filer cipher: single chunk http POST and PUT and readChris Lu1-2/+17
2020-02-24filer: dynamically create bucket under /buckets folderChris Lu1-8/+30
2020-02-03filer: set file size, streaming chunk file uploadingChris Lu1-2/+2
2020-01-22filer: option to create file only if it is new, O_EXCLChris Lu1-1/+1
2019-12-31filer: optional recursive deletionChris Lu1-0/+5
2019-12-18filer: return not found 404 status if not foundChris Lu1-1/+5
2019-12-13filer: DeleteFolderChildren for deleting large foldersChris Lu1-1/+1
2019-12-11deletion add option skipChunkDeletionChris Lu1-3/+3
2019-12-11filer: EXPERT add shouldDeleteChunks parameter for fast deletionChris Lu1-2/+2
2019-12-11Filer: Enable delete entries without flag volumeYoni Nakache1-1/+3
2019-11-27filer: Add attr.mode in query stringLei Liu1-1/+11
2019-09-29master api: return http 404 when volumeId not existLei Liu1-1/+1
2019-09-11filer: recursive deletion optionally ignoring any errorsChris Lu1-1/+3
2019-07-11filer: set file name when uploading to a directoryChris Lu1-6/+6
2019-06-25refactoringChris Lu1-8/+0
2019-06-23go fmtChris Lu1-1/+3
2019-06-22add metrics, refactoringChris Lu1-67/+107
2019-06-15refactoringChris Lu1-4/+5
2019-06-13filer: adds basic metrics pushing to Prometheus gatewayChris Lu1-0/+8
2019-04-16refactor: prepare for snapshottingChris Lu1-1/+1
2019-04-14http exhaust and close response bodyChris Lu1-1/+5
2019-03-27detect mime typeChris Lu1-0/+5
2019-03-15add context to all filer APIsChris Lu1-3/+5
2019-03-15adding contextChris Lu1-1/+2
2019-02-18adding grpc mutual tlsChris Lu1-1/+1
2019-02-15benchmark can work in secure modeChris Lu1-3/+8
2019-01-02assign new file id even on filer PUT operationsChris Lu1-32/+5
2018-12-17fix upload pathChris Lu1-1/+1
2018-12-17filer update existing entryChris Lu1-1/+10