aboutsummaryrefslogtreecommitdiff
path: root/weed/server/filer_server_handlers_write.go
AgeCommit message (Expand)AuthorFilesLines
2021-08-14Filer locationPrefix configure does not exec replication #2257Chris Lu1-14/+9
2021-06-18remove unused fieldsChris Lu1-2/+0
2021-06-04filer: add path-specific option to enforce readonlyChris Lu1-4/+20
2021-03-30refactorChris Lu1-2/+2
2021-02-17refactoring to get master function, instead of passing master values directlyChris Lu1-1/+1
2021-02-09Merge branch 'master' into support_ssd_volumeChris Lu1-1/+1
2021-02-03filer: should return 204 on DELETE to nonexistent fileChris Lu1-1/+1
2020-12-16passing disk type alongChris Lu1-1/+1
2020-12-13rename parameter name to "disk"Chris Lu1-1/+1
2020-12-13rename from volumeType to diskTypeChris Lu1-5/+5
2020-12-13adding volume typeChris Lu1-3/+5
2020-12-10check cross device rename errorChris Lu1-8/+1
2020-11-30close http request bodyChris Lu1-0/+1
2020-11-17fs.configure: configurable volume growthChris Lu1-6/+7
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