zerospiel
b54a65ba5a
weed/s3api: added new bucket handlers for more compatibility with AWS S3
Protocol
Otherwise any requests to the underlying handlers results in calls to
ListObjects (v1) that may intensively load gateway and volume servers.
Added the following handlers with default responses:
- GetBucketLocation
- GetBucketRequestPayment
Added the following handlers with NotFound and NotImplemented responses:
- PutBucketAcl
- GetBucketPolicy
- PutBucketPolicy
- DeleteBucketPolicy
- GetBucketCors
- PutBucketCors
- DeleteBucketCors
3 years ago
chrislu
6bee1e9714
[volume.check.disk] fix wrong logic to compare
fix https://github.com/chrislusf/seaweedfs/issues/2626
minuend - subtrahend
3 years ago
chrislu
7270067289
2.88
3 years ago
chrislu
84c9bc4389
edge case: old entry was not replicated to remote storage
3 years ago
chrislu
b8490fe427
adjust volume count even when not applying the changes
3 years ago
Chris Lu
b3f0f170b4
Merge pull request #2618 from divanikus/master
3 years ago
chrislu
b9b684194f
remove max connection age
following https://github.com/grpc/grpc-go/issues/3170#issuecomment-552517779
3 years ago
divanikus
67e3fe996a
async volumeTierMove
3 years ago
chrislu
62d815d1ca
use limited in memory buffer instead of swap file
3 years ago
Chris Lu
9596fce562
Merge pull request #2613 from kmlebedev/masterPromMetrics
Master prom metrics
3 years ago
Konstantin Lebedev
5c9259fa3c
fix metrics master name
3 years ago
chrislu
7328962009
revert "POSIX: should not delete if a directory is not empty"
revert 0c75f15062
Reported:
Hi, about commit: 0c75f15062
POSIX: should not delete if a directory is not empty
It should still delete with a command like rm -rf "${path}"/ because it is a forced delete, but now it gets fail to delete non-empty folder: [...]
Can you enable the delete if it is forced?
3 years ago
Konstantin Lebedev
c9952759c4
metrics master is leader
3 years ago
Konstantin Lebedev
28efe31524
new master metrics
3 years ago
chrislu
3bba2124ef
use a sliding window of in-memory writable chunks
3 years ago
chrislu
520591e6ea
reset swap file chunk after uploading
3 years ago
chrislu
e185d90d24
2.87
3 years ago
chrislu
4a311c7f5e
dedup local metadata subscribers
fix https://github.com/chrislusf/seaweedfs/discussions/2542
3 years ago
chrislu
bb6854b972
adjust log
3 years ago
chrislu
2bdd737971
rename file
3 years ago
chrislu
643bbbeb49
rename
3 years ago
chrislu
18ed06b420
use memory when under 16 chunks
3 years ago
chrislu
8e80f3cd65
move upload pipeline locking to a different file
3 years ago
chrislu
dde34fa99d
rename
3 years ago
chrislu
a2aa542370
rename
3 years ago
chrislu
c376ccc5a5
swap file based random write large file upload
3 years ago
chrislu
b9ae16fbc5
fix memory allocation
3 years ago
chrislu
1ee828b768
refactor
do not expose internal offset
3 years ago
chrislu
02d0c12cdd
rename
3 years ago
chrislu
5dea5c0449
refactor
3 years ago
chrislu
8aa6bf0bb9
refactoring
3 years ago
chrislu
d97bd54e63
just refactoring
3 years ago
chrislu
482014f9da
rename file
3 years ago
chrislu
3b4a9addaf
rename
3 years ago
chrislu
4acfc098e9
re-order
3 years ago
chrislu
e71dcfb3a6
add logging for memory allocation
3 years ago
chrislu
9d0f58c329
skip printing fs configuration
3 years ago
chrislu
ce2049cdb6
refactoring, move genFn before saveFn
3 years ago
chrislu
e47f63d159
enforce bucket quota
3 years ago
chrislu
6e57d8d0de
s3: check bucket usage and adjust read only according to quota
3 years ago
chrislu
606667f205
able to configure the quota for a bucket
3 years ago
chrislu
b1063162b6
display bucket quota
3 years ago
chrislu
f103491912
s3: list bucket size from weed shell
3 years ago
chrislu
6c7135d77e
Merge branch 'master' of https://github.com/chrislusf/seaweedfs
3 years ago
chrislu
ea57654e34
refactoring
3 years ago
Chris Lu
7c66f3b5fb
Merge pull request #2602 from kmlebedev/master_metrics
master metricsHttpPort
3 years ago
Chris Lu
5f3784ee05
Update binaries_dev.yml
3 years ago
Chris Lu
1dced26304
Update binaries_dev.yml
3 years ago
chrislu
b3e526ba95
url should be always using forward slash
3 years ago
chrislu
30b7e03920
Merge branch 'master' of https://github.com/chrislusf/seaweedfs
3 years ago