| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | 1 | -0/+12 | |
| 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-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 | adjust the error output | Chris Lu | 1 | -5/+7 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2123 | |||||
| 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 | 1 | -2/+46 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1426 | |||||
| 2020-09-19 | refactoring | Chris Lu | 1 | -0/+302 | |
