aboutsummaryrefslogtreecommitdiff
path: root/docker/compose
AgeCommit message (Collapse)AuthorFilesLines
2023-09-25[s3acl] Step1: move s3account.AccountManager into to iam.S3ApiConfiguration ↵Konstantin Lebedev2-4/+14
(#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>
2023-09-25fix: make dev_tls with volume https (#4866)Konstantin Lebedev1-0/+4
2023-09-21[s3acl] Step 0: Put bucket ACL only responds success if the ACL is private. ↵Konstantin Lebedev1-2/+2
(#4856) * Passing test: test_bucket_acl_default test_bucket_acl_canned_private_to_private https://github.com/seaweedfs/seaweedfs/issues/4519 * Update weed/s3api/s3api_bucket_handlers.go --------- Co-authored-by: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.co> Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
2022-10-16refactor(compose)!: upgrade to v2 closes #3699 (#3705)Ryan Russell15-15/+15
* docs(compose): Update readme for compose v2 upgrade Signed-off-by: Ryan Russell <git@ryanrussell.org> * refactor(compose): Upgrade `Makefile` for compose v2 Signed-off-by: Ryan Russell <git@ryanrussell.org> * refactor(compose): Upgrade yml from version 2 -> 3.9 Signed-off-by: Ryan Russell <git@ryanrussell.org> Signed-off-by: Ryan Russell <git@ryanrussell.org>
2022-10-06master server graceful stop (#3797)Konstantin Lebedev1-3/+3
2022-09-15docs(docker): readability fixes (#3684)Ryan Russell1-1/+1
Signed-off-by: Ryan Russell <git@ryanrussell.org> Signed-off-by: Ryan Russell <git@ryanrussell.org>
2022-08-31Add an End-to-End workflow for FUSE mount (#3562)Patrick Schmidt1-0/+53
* Add an e2e workflow to test FUSE mount * Fix deadlocks during concurrent r/w
2022-06-29use const multipart uploads folderKonstantin Lebedev1-2/+2
avoid error bucket NotEmpty if multipart uploads folder exist
2022-06-29Merge pull request #3188 from kmlebedev/fix_make_devChris Lu1-2/+2
fix ip.bind cmd for docker compose
2022-06-23initial advancedtlsKonstantin Lebedev1-1/+3
2022-06-15fix ip.bind cmd for docker composeKonstantin Lebedev1-2/+2
2022-06-01fix show empty dirKonstantin Lebedev1-1/+1
https://github.com/chrislusf/seaweedfs/issues/3086
2022-05-23docker compose nextcloud rm mysqlKonstantin Lebedev1-15/+4
2022-05-23docker compose file for nextcloud testingKonstantin Lebedev1-0/+55
https://github.com/chrislusf/seaweedfs/issues/3086
2022-05-12refactorKonstantin Lebedev1-3/+3
add some tests https://github.com/chrislusf/seaweedfs/pull/2996
2022-05-06add docker compose file to sync 2 mountschrislu1-0/+21
2022-05-06Merge branch 'master' of https://github.com/chrislusf/seaweedfschrislu1-0/+35
2022-05-06add testschrislu1-0/+61
2022-05-03fix scanNamedKonstantin Lebedev1-9/+11
2022-05-03Merge branch 'new_master' into ydbKonstantin Lebedev1-0/+1
# Conflicts: # go.mod # go.sum
2022-05-02fix createDBKonstantin Lebedev1-3/+6
2022-05-01ydb initialKonstantin Lebedev1-0/+30
https://github.com/chrislusf/seaweedfs/issues/2942
2022-04-30s3 backend support customizing storage classchrislu1-0/+1
2022-04-06add raft shell cmdsKonstantin Lebedev1-3/+3
2022-04-05auto bootstraping and update peersKonstantin Lebedev1-8/+3
2022-04-04fix cluster statusKonstantin Lebedev1-10/+10
2022-04-04hashicorp raft with state machineKonstantin Lebedev1-10/+10
2022-04-04initial add hashicorp raftKonstantin Lebedev1-0/+94
2022-03-30allowDeleteBucketNotEmptyKonstantin Lebedev1-2/+2
2022-03-29fix s3 tests:Konstantin Lebedev1-1/+1
multipart_upload_incorrect_etag multipart_resend_first_finishes_last
2022-03-21minorchrislu1-5/+5
2021-12-10audit log SignatureVersionkmlebedev2-4/+20
2021-12-07audit log configKonstantin Lebedev2-0/+24
2021-10-14GetBucketLifecycleConfigurationHandlerKonstantin Lebedev1-18/+2
2021-10-11AclHandlersKonstantin Lebedev1-8/+37
2021-05-24s3 test get w/ If-Match: bogus ETagKonstantin Lebedev1-1/+1
2021-05-24 - object write cache controlKonstantin Lebedev1-1/+1
- object write expires
2021-05-13debugChris Lu1-1/+1
2021-04-30remove wrong parameterChris Lu1-1/+1
2021-04-08add DeleteUserPolicyKonstantin Lebedev1-1/+2
2021-03-29minio gateway s3 docker compose fileKonstantin Lebedev2-10/+54
2021-03-19s3: copy object to itselfChris Lu1-1/+1
fix https://github.com/chrislusf/seaweedfs/issues/1922
2021-03-12add mount memory profilingChris Lu1-0/+47
2021-03-12add 12 testsKonstantin Lebedev1-1/+1
https://github.com/chrislusf/seaweedfs/issues/1810
2021-03-10add commentsKonstantin Lebedev1-1/+5
2021-03-10allowed wildcard domainKonstantin Lebedev1-12/+9
2021-03-10comma-separated SSL certificate common namesKonstantin Lebedev1-4/+4
2021-03-08TLS allowed commonNamesKonstantin Lebedev3-4/+37
2021-03-01add dependency for local dev clusterChris Lu1-0/+2
2021-02-282clusters adds tiering to s3Chris Lu2-0/+32