aboutsummaryrefslogtreecommitdiff
path: root/weed/server/filer_server_handlers_write_autochunk.go
AgeCommit message (Expand)AuthorFilesLines
2020-11-16switch to logrusorigin/logrusChris Lu1-10/+10
2020-11-15refactoringChris Lu1-6/+6
2020-11-15refactoringChris Lu1-20/+20
2020-11-03store together with "Seaweed-" prefixChris Lu1-1/+1
2020-11-03filer: Headers with "Seaweed-" prefix are stored as extended propertiesChris Lu1-4/+11
2020-10-29adjust s3 header file.ruitao.liu1-5/+6
2020-10-29S3 bucket list, response with uploaded storageclass.ruitao.liu1-10/+5
2020-10-28save s3 metadata to filer.ruitao.liu1-0/+35
2020-10-20filer: support default rackChris Lu1-14/+13
2020-09-25filer: upload also set file sizeChris Lu1-0/+1
2020-09-16go fmtChris Lu1-5/+5
2020-09-14filer: support createing empty folderChris Lu1-1/+55
2020-09-01rename filer2 to filerChris Lu1-6/+6
2020-08-29go fmtChris Lu1-1/+0
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-44/+48
2020-08-08support POST and PUT auto chunkingChris Lu1-45/+86
2020-08-08refactoringChris Lu1-2/+2
2020-07-19go code can read and write chunk manifestChris Lu1-1/+27
2020-06-30filer: support active<=>active filer replicationChris Lu1-1/+1
2020-04-30refactoringChris Lu1-11/+1
2020-04-11s3: add option to fsync bucketsChris Lu1-4/+4
2020-04-08add If-None-Match and If-Modified-SinceChris Lu1-1/+7
2020-03-28refactoringChris Lu1-1/+2
2020-03-23refactoringChris Lu1-1/+2
2020-03-11skip printouts1.61Chris Lu1-3/+0
2020-03-09filer: fix ttl parsingChris Lu1-6/+5
2020-03-08filer: remember content is gzipped or notChris Lu1-1/+7
2020-03-08filer: processing all response headers, no pass through to volume serverChris Lu1-5/+3
2020-03-07filer cipher: single chunk http POST and PUT and readChris Lu1-15/+13
2020-03-06filer: option to encrypt data on volume serverChris Lu1-1/+1
2020-03-02filer: fix uploaded chunked file size reporting bug.Chris Lu1-2/+3
2020-02-03filer: set file size, streaming chunk file uploadingChris Lu1-60/+41
2020-01-22filer: option to create file only if it is new, O_EXCLChris Lu1-1/+1
2019-12-15upload skipping mimetype if not neededChris Lu1-1/+1
2019-12-13filer: DeleteFolderChildren for deleting large foldersChris Lu1-1/+1
2019-06-23go fmtChris Lu1-2/+6
2019-06-22add metrics, refactoringChris Lu1-4/+13
2019-04-16refactor: prepare for snapshottingChris Lu1-0/+1
2019-03-18text wrappingChris Lu1-4/+6
2019-03-15add context to all filer APIsChris Lu1-4/+5
2019-02-15benchmark can work in secure modeChris Lu1-4/+5
2018-07-21delegating old chunk purging to CreateEntryChris Lu1-9/+6
2018-07-14weed mount can request to prioritize to write to a data centerChris Lu1-4/+4
2018-07-07add dir list limit optionChris Lu1-2/+2
2018-06-10add collection, replication, ttl to each fileChris Lu1-3/+7
2018-06-01use fixed list of masters in both filer and volume serversChris Lu1-1/+1
2018-05-31add missing modify and create timesChris Lu1-1/+3
2018-05-27refactoring: go fmt, reorgChris Lu1-2/+3
2018-05-27refactoring: split into 4 filesChris Lu1-0/+186