aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2025-07-11More efficient copy object (#6665)Chris Lu1-1/+1
* it compiles * refactored * reduce to 4 concurrent chunk upload * CopyObjectPartHandler * copy a range of the chunk data, fix offset size in copied chunks * Update s3api_object_handlers_copy.go What the PR Accomplishes: CopyObjectHandler - Now copies entire objects by copying chunks individually instead of downloading/uploading the entire file CopyObjectPartHandler - Handles copying parts of objects for multipart uploads by copying only the relevant chunk portions Efficient Chunk Copying - Uses direct chunk-to-chunk copying with proper volume assignment and concurrent processing (limited to 4 concurrent operations) Range Support - Properly handles range-based copying for partial object copies * fix compilation * fix part destination * handling small objects * use mkFile * copy to existing file or part * add testing tools * adjust tests * fix chunk lookup * refactoring * fix TestObjectCopyRetainingMetadata * ensure bucket name not conflicting * fix conditional copying tests * remove debug messages * add custom s3 copy tests
2025-07-01Add admin component (#6928)Chris Lu1-4/+38
* init version * relocate * add s3 bucket link * refactor handlers into weed/admin folder * fix login logout * adding favicon * remove fall back to http get topology * grpc dial option, disk total capacity * show filer count * fix each volume disk usage * add filers to dashboard * adding hosts, volumes, collections * refactor code and menu * remove "refresh" button * fix data for collections * rename cluster hosts into volume servers * add masters, filers * reorder * adding file browser * create folder and upload files * add filer version, created at time * remove mock data * remove fields * fix submenu item highlighting * fix bucket creation * purge files * delete multiple * fix bucket creation * remove region from buckets * add object store with buckets and users * rendering permission * refactor * get bucket objects and size * link to file browser * add file size and count for collections page * paginate the volumes * fix possible SSRF https://github.com/seaweedfs/seaweedfs/pull/6928/checks?check_run_id=45108469801 * Update weed/command/admin.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update weed/command/admin.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix build * import * remove filer CLI option * remove filer option * remove CLI options --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-03-29Tarantool filer store (#6669)MaratKarimov1-2/+2
Co-authored-by: Marat Karimov <m.karimov@digitalms.ru>
2024-11-03[shell] volume.balance collect volume servers by dc rack node (#6191)Konstantin Lebedev1-0/+2
* chore: balance by rack * fix: rm check lock * fix: selected racks * fix: selected nodes * fix: containts * fix: one collectVolumeServersByDcRackNode * fix: revert lock and add lock * fix: panic test * revert noLock
2024-04-14[s3] fix s3 test_multipart_get_part (#5476)Konstantin Lebedev1-1/+1
* try fix s3 test_multipart_get_part * add passed s3 tests * fix SeaweedFSUploadId * rm spaces * convert part request to range * add passed s3 tests of multipart
2024-04-07[s3] add s3 pass test_multipart_upload (#5474)Konstantin Lebedev1-1/+1
add s3 pass test_multipart_upload
2024-01-10chore: add status code for request_total metrics (#5188)Konstantin Lebedev1-1/+1
2023-11-23reduce binary size by skipping rclonechrislu1-2/+2
2023-10-15add make benchmark with WARP (#4914)Konstantin Lebedev1-1/+19
add make benchmark Co-authored-by: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.co>
2023-09-25[s3acl] Step1: move s3account.AccountManager into to iam.S3ApiConfiguration ↵Konstantin Lebedev1-1/+4
(#4859) * move s3account.AccountManager into to iam.S3ApiConfiguration and switch to Interface https://github.com/seaweedfs/seaweedfs/issues/4519 * fix: test bucket acl default and adjust the variable names * fix: s3 api config test --------- Co-authored-by: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.co> Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
2022-07-27exclude directories to sync on filerKonstantin Lebedev1-1/+1
2022-06-27Make tikv filer enable/disable by build tagsyulai.li1-2/+2
2022-06-23initial advancedtlsKonstantin Lebedev1-0/+3
2022-06-20remote storage: stop supporting hdfs as a remote storagechrislu1-1/+1
2022-05-03build tag ydb since the growth of the binary is 5 mbKonstantin Lebedev1-1/+1
2022-04-21conditionally skip hdfs related codechrislu1-1/+1
2022-04-21conditionally compile sqlitechrislu1-1/+1
2022-04-21conditionally build elastic, gocdk to reduce binary sizechrislu1-0/+11
2021-08-23remove unused travis related filesChris Lu1-147/+0
fix https://github.com/chrislusf/seaweedfs/issues/2277
2021-08-17gccgo buildKonstantin Lebedev1-0/+3
2020-10-20fix README and makefileChris Lu1-0/+3
fix https://github.com/chrislusf/seaweedfs/issues/1548
2020-07-29add 5_byte_arm63 to releasemwpeterson1-1/+1
2020-07-28add 5-byte large disk builds for arm and arm64mwpeterson1-0/+8
2020-06-02inject git version into buildChris Lu1-4/+7
2019-09-03work with travis1.43Chris Lu1-2/+2
2019-09-03fix travisChris Lu1-0/+1
2019-09-03travis buildChris Lu1-0/+1
2019-04-08add large disk supportChris Lu1-1/+16
2018-11-29Build statically linked release executables.Michael Peick1-1/+1
2017-01-03adjust makefile and travisChris Lu1-1/+1
2017-01-03adjust makefileChris Lu1-1/+1
2017-01-03default to releaseChris Lu1-4/+45
2017-01-03add releasing configsChris Lu1-1/+51
2016-06-05fixChris Lu1-2/+2
2015-12-02Delete all chunks when delete a ChunkManifesttnextday1-7/+18
LoadChunkManifest can uncompress buffer move compress.go from storage to operation because of import cycle MakeFile add cross complete command
2015-11-17Added basic makefileeuforia1-0/+11