aboutsummaryrefslogtreecommitdiff
path: root/weed/server/filer_server_handlers_write.go
AgeCommit message (Expand)AuthorFilesLines
2018-09-12working S3 multipart uploadsChris Lu1-1/+2
2018-09-09add s3 multipart uploadChris Lu1-0/+2
2018-07-28filer read write all via locations from MasterClientChris Lu1-3/+3
2018-07-24add back recursively delete a folderChris Lu1-1/+4
2018-07-21s3 add HEAD DELETEChris Lu1-1/+1
2018-07-21adjust log levelChris Lu1-1/+1
2018-07-21remove unused codeChris Lu1-9/+5
2018-07-21delegating old chunk purging to CreateEntryChris Lu1-18/+16
2018-07-21add s3 upload, and removing mono and multi part upload analyzerChris Lu1-13/+18
2018-07-20set filer2.ErrNotFound for not found entryChris Lu1-11/+17
2018-07-19add bucket creation and deletionChris Lu1-7/+12
2018-07-14weed mount can request to prioritize to write to a data centerChris Lu1-6/+10
2018-07-10alt request for dc preferred requestsChris Lu1-1/+12
2018-07-07add dir list limit optionChris Lu1-2/+2
2018-06-10add collection, replication, ttl to each fileChris Lu1-1/+6
2018-06-06support renaming filesChris Lu1-1/+1
2018-06-01use fixed list of masters in both filer and volume serversChris Lu1-5/+5
2018-05-31fix logChris Lu1-1/+1
2018-05-30add mime, use simple insert and update filer store APIChris Lu1-8/+1
2018-05-27refactoring: go fmt, reorgChris Lu1-1/+1
2018-05-27refactoring: split into 4 filesChris Lu1-331/+0
2018-05-27go fmtChris Lu1-3/+2
2018-05-27removing filer package!Chris Lu1-1/+1
2018-05-26add leveldb storeChris Lu1-7/+4
2018-05-16adding modified time to file chunkChris Lu1-0/+3
2018-05-16cp file can workChris Lu1-10/+11
2018-05-13properly working filerChris Lu1-64/+54
2017-03-17complement weed mount: add read and deletesparklxb1-1/+1
2017-01-08support additional header name-value pairssparklxb1-2/+1
2017-01-08support additional header name-value pairssparklxb1-4/+5
2016-09-08filer mysqlstore bug fix霍晓栋1-4/+8
2016-08-05Adding AutoChunk/MaxMB Support to Filer APIMike Tolman1-0/+208
2016-08-05Revert "Add AutoChunking to the Filer API, so that you can upload really larg...Mike Tolman1-208/+0
2016-08-05Add AutoChunking to the Filer API, so that you can upload really large files ...Mike Tolman1-0/+208
2016-06-26refactor Volume Assign function霍晓栋1-1/+7
2016-06-08refactor work for filer write handler霍晓栋1-122/+146
2016-06-08made a little change for Amazon S3 API's compatibility霍晓栋1-28/+152
2016-06-07read write handler update霍晓栋1-6/+6
2016-06-03delete file storage when POST to updateChris Lu1-0/+8
2016-06-02add fid and url to filer post resultChris Lu1-2/+17
2016-06-02refactoringChris Lu1-0/+165