| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-10-01 | add ownership rest apis (#3765) | LHHDZ | 2 | -0/+19 | |
| 2022-07-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 2 | -3/+3 | |
| 2022-06-15 | add s3 circuit breaker support for 'simultaneous request count' and ↵ | 石昌林 | 1 | -0/+13 | |
| 'simultaneous request bytes' limitations configure s3 circuit breaker by 'command_s3_circuitbreaker.go': usage eg: # Configure the number of simultaneous global (current s3api node) requests s3.circuit.breaker -global -type count -actions Write -values 1000 -apply # Configure the number of simultaneous requests for bucket x read and write s3.circuit.breaker -buckets -type count -actions Read,Write -values 1000 -apply # Configure the total bytes of simultaneous requests for bucket write s3.circuit.breaker -buckets -type bytes -actions Write -values 100MiB -apply # Disable circuit breaker config of bucket 'x' s3.circuit.breaker -buckets x -enable false -apply # Delete circuit breaker config of bucket 'x' s3.circuit.breaker -buckets x -delete -apply | |||||
| 2022-06-08 | fix s3 tests: | Konstantin Lebedev | 1 | -0/+6 | |
| ranged_request_invalid_range ranged_request_empty_object | |||||
| 2022-05-30 | move s3 related constants from package http to s3_constants | chrislu | 1 | -4/+4 | |
| 2022-03-30 | fix Description | Konstantin Lebedev | 1 | -1/+1 | |
| 2022-03-29 | fix test_s3.test_multi_object_delete_key_limit and | Konstantin Lebedev | 1 | -0/+6 | |
| test_multi_objectv2_delete_key_limit | |||||
| 2022-02-04 | add s3api error for copy in file, not directory | Lapshinn Vitaly | 1 | -0/+6 | |
| 2022-02-03 | weed/s3api: added new bucket handlers for more compatibility with AWS S3 | zerospiel | 2 | -0/+13 | |
| 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 | |||||
| 2021-12-13 | force enable asynchronous I/O sending events to Fluentd | Konstantin Lebedev | 1 | -5/+9 | |
| 2021-12-10 | audit log SignatureVersion | kmlebedev | 1 | -17/+18 | |
| 2021-12-09 | non blocking audit log | Konstantin Lebedev | 1 | -17/+25 | |
| 2021-12-07 | audit log config | Konstantin Lebedev | 2 | -51/+88 | |
| 2021-12-07 | audit log | Konstantin Lebedev | 2 | -43/+43 | |
| 2021-12-07 | audit log | Konstantin Lebedev | 1 | -0/+135 | |
| 2021-10-31 | S3: support CORS | Chris Lu | 1 | -0/+4 | |
| related to https://github.com/chrislusf/seaweedfs/issues/1271 | |||||
| 2021-10-31 | refactoring | Chris Lu | 1 | -2/+2 | |
| 2021-10-31 | refactoring | Chris Lu | 1 | -8/+8 | |
| 2021-10-20 | fix object tagging https://github.com/chrislusf/seaweedfs/issues/2389 | Konstantin Lebedev | 1 | -1/+1 | |
| 2021-10-11 | AclHandlers | Konstantin Lebedev | 1 | -0/+6 | |
| 2021-06-10 | avoid possible empty object | Chris Lu | 1 | -3/+3 | |
| 2021-06-10 | adjust the error output | Chris Lu | 2 | -11/+24 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2123 | |||||
| 2021-06-10 | refactor | Chris Lu | 1 | -0/+81 | |
| 2021-05-24 | s3 test get w/ If-Match: bogus ETag | Konstantin Lebedev | 1 | -1/+7 | |
| 2021-05-21 | s3: add errors if requests are signed by no authentication is setup | Chris Lu | 1 | -0/+6 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2075 | |||||
| 2021-05-12 | Adjust error message when bucket name conflicts with existing collections | Chris Lu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2069 | |||||
| 2020-10-20 | s3: report error to s3 when updating an object but it is already a directory | Chris Lu | 1 | -0/+7 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1545 | |||||
| 2020-10-02 | s3: support object tagging | Chris Lu | 1 | -0/+6 | |
| * GetObjectTagging * PutObjectTagging * DeleteObjectTagging | |||||
| 2020-09-19 | s3: add support for PostPolicy | Chris Lu | 2 | -2/+107 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1426 | |||||
| 2020-09-19 | refactoring | Chris Lu | 1 | -0/+302 | |
