aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)AuthorFilesLines
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