Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix unit tests | Alex Auvolat | 2022-01-05 | 1 | -6/+16 |
| | |||||
* | Fix some error codes | Alex Auvolat | 2022-01-05 | 1 | -8/+2 |
| | |||||
* | Implement DeleteBucket | Alex Auvolat | 2022-01-05 | 1 | -2/+96 |
| | |||||
* | Implement CreateBucket | Alex Auvolat | 2022-01-05 | 1 | -2/+144 |
| | |||||
* | Small changes in key model and refactoringnew-buckets | Alex Auvolat | 2022-01-04 | 1 | -4/+4 |
| | |||||
* | New buckets for 0.6.0: make bucket id a SK and not a HK, CLI updates | Alex Auvolat | 2022-01-04 | 1 | -12/+8 |
| | |||||
* | New buckets for 0.6.0: small changes | Alex Auvolat | 2022-01-04 | 1 | -4/+4 |
| | | | | | | | | | | | | - Fix bucket delete - fix merge of bucket creation date - Replace deletable with option in aliases Rationale: if two aliases point to conflicting bucket, resolving by making an arbitrary choice risks making data accessible when it shouldn't be. We'd rather resolve to deleting the alias until someone puts it back. | ||||
* | Fix forgotten flag | Alex Auvolat | 2022-01-04 | 1 | -1/+1 |
| | |||||
* | New buckets for 0.6.0: small fixes, including: | Alex Auvolat | 2022-01-04 | 1 | -1/+1 |
| | | | | | | | | - ensure bucket names are correct aws s3 names - when making aliases, ensure timestamps of links in both ways are the same - fix small remarks by trinity - don't have a separate website_access field | ||||
* | New model for buckets | Alex Auvolat | 2022-01-04 | 1 | -7/+55 |
| | |||||
* | In ListBuckets, hide entry if no permsfeature/hide-buckets-without-perm | Quentin Dufour | 2021-11-22 | 1 | -0/+1 |
| | |||||
* | Add basic support for the "Versioning" command | Quentin Dufour | 2021-05-14 | 1 | -0/+13 |
| | |||||
* | Improved XML serializationbetter_xml | Alex Auvolat | 2021-05-06 | 1 | -77/+15 |
| | | | | | | - Use quick_xml and serde for all XML response returned by the S3 API. - Include tests for all structs used to generate XML - Remove old manual XML escaping function which was unsafe | ||||
* | rename types to CamelCase | Trinity Pointard | 2021-05-03 | 1 | -3/+3 |
| | |||||
* | S3 API: support ListBuckets | Quentin Dufour | 2021-05-03 | 1 | -0/+87 |
| | |||||
* | Many S3 compatibility improvements:v0.2.1.5 | Alex Auvolat | 2021-04-28 | 1 | -0/+24 |
- return XML errors - implement AuthorizationHeaderMalformed error to redirect clients to correct location (used by minio client) - implement GetBucketLocation - fix DeleteObjects XML parsing and response |