Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor error management in API parterror-refactoring | Alex Auvolat | 2020-11-08 | 1 | -0/+1 |
| | |||||
* | Implement correct ETag for objects created with PutObject | Alex Auvolat | 2020-07-13 | 1 | -0/+1 |
| | |||||
* | Add support for model migrations | Alex Auvolat | 2020-07-08 | 1 | -3/+3 |
| | |||||
* | Update to Hyper 0.13.6 that accepts non-Sync streams in wrap_stream. | Alex Auvolat | 2020-07-07 | 1 | -1/+1 |
| | | | | Simplifies code and makes it possible to publish on crates.io | ||||
* | Add versions to dependencies0.1.0 | Alex Auvolat | 2020-07-07 | 1 | -3/+3 |
| | |||||
* | Add license, description and repository to .toml files | Alex Auvolat | 2020-07-07 | 1 | -0/+3 |
| | |||||
* | Rename garage_core to garage_model | Alex Auvolat | 2020-07-07 | 1 | -1/+1 |
| | |||||
* | Implement HTTP ranges in get | Alex Auvolat | 2020-05-04 | 1 | -0/+1 |
| | |||||
* | Implement DeleteObjects | Alex Auvolat | 2020-05-01 | 1 | -1/+1 |
| | |||||
* | Slightly improved S3 compatibility | Alex Auvolat | 2020-05-01 | 1 | -1/+1 |
| | | | | | | | | - ListBucket does not require any of the parameters (delimiter, prefix, max-keys, etc) - URLs are properly percent_decoded - PutObject and DeleteObject calls now answer correctly (empty body, version id in the x-amz-version-id: header) | ||||
* | Starting to be S3 compatible | Alex Auvolat | 2020-04-24 | 1 | -0/+6 |
| | |||||
* | Split code for modular compilation | Alex Auvolat | 2020-04-24 | 1 | -0/+28 |