aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/s3api_handlers.go
AgeCommit message (Expand)AuthorFilesLines
2025-11-26Support multiple filers for S3 and IAM servers with automatic failover (#7550)Chris Lu1-2/+66
2023-12-20Set allowed origins in config (#5109)jerebear121-0/+4
2023-01-20grpc connection to filer add sw-client-id headerchrislu1-1/+1
2022-08-23remove old raft servers if they don't answer to pings for too long (#3398)askeipx1-2/+3
2022-08-04filer prefer volume server in same data center (#3405)Konstantin Lebedev1-0/+4
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-3/+3
2021-12-26use streaming mode for long poll grpc callschrislu1-2/+2
2021-12-07audit log configKonstantin Lebedev1-1/+1
2021-12-07audit logKonstantin Lebedev1-0/+1
2021-10-31refactoringChris Lu1-4/+4
2021-10-11AclHandlersKonstantin Lebedev1-0/+1
2021-09-12change server address from string to a typeChris Lu1-1/+1
2021-06-10refactorChris Lu1-73/+4
2021-06-10refactoringChris Lu1-4/+3
2021-01-28add back AdjustedUrl() related codeChris Lu1-0/+3
2021-01-24mount: outsideContainerClusterMode proxy through filerChris Lu1-3/+0
2021-01-24Revert "mount: when outside cluster network, use filer as proxy to access vol...Chris Lu1-0/+3
2021-01-24mount: when outside cluster network, use filer as proxy to access volume serversChris Lu1-3/+0
2020-10-11refactoring in order to adjust volume server url laterChris Lu1-2/+2
2020-09-19refactoringChris Lu1-5/+6
2020-06-11return xml encoded NotFound status code for s3 deleteRinat Shigapov1-1/+8
2020-04-29refactoringChris Lu1-0/+2
2020-03-26go fmtChris Lu1-1/+0
2020-03-23refactoringChris Lu1-0/+4
2020-03-22refactoringChris Lu1-1/+1
2020-03-04refactoringChris Lu1-2/+2
2020-02-25avoid reusing context objectChris Lu1-7/+8
2020-01-26use the same context object in order to retryChris Lu1-1/+1
2019-04-05use cached grpc clientChris Lu1-8/+5
2019-03-15add context.ContextChris Lu1-2/+3
2019-02-18adding grpc mutual tlsChris Lu1-1/+1
2019-01-02fix s3 ListAllMyBucketsResult to work with s3cmdChris Lu1-0/+1
2018-07-23go fmtChris Lu1-1/+1
2018-07-22print out unsupported methodsChris Lu1-0/+2
2018-07-21fix compilationChris Lu1-2/+0
2018-07-21unused methodChris Lu1-5/+0
2018-07-21go fmtChris Lu1-8/+8
2018-07-21add s3 upload, and removing mono and multi part upload analyzerChris Lu1-0/+12
2018-07-19add bucket creation and deletionChris Lu1-0/+4
2018-07-18refactoringChris Lu1-0/+24
2018-07-18add list all my bucketsChris Lu1-0/+67