e55fa38c99
Add date verification to presigned urls ( #196 )
...
fix #96
fix #162 by returning Forbidden instead Bad Request
Co-authored-by: Trinity Pointard <trinity.pointard@gmail.com>
Reviewed-on: Deuxfleurs/garage#196
Co-authored-by: trinity-1686a <trinity.pointard@gmail.com>
Co-committed-by: trinity-1686a <trinity.pointard@gmail.com>
2022-01-18 12:22:31 +01:00
f7349f4005
Add quotes in returned etags
2022-01-13 14:03:33 +01:00
1ee8f596ee
Testing for UploadPartCopies and bugfixes in AWS signatures
2022-01-13 14:03:30 +01:00
6617a72220
Implement UploadPartCopy
2022-01-13 13:58:47 +01:00
3770a34e3d
Implement x-amz-copy-if-xxx copy preconditions and return more headers on copy ( fix #187 )
2022-01-13 13:56:55 +01:00
168a90dfb5
Fix some error codes
2022-01-05 17:07:36 +01:00
5b1117e582
New model for buckets
2022-01-04 12:45:46 +01:00
6ccffc3162
Improved XML serialization
...
- 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
2021-05-06 22:37:15 +02:00
84856e84e5
fix clippy warnings on api
2021-05-03 22:11:41 +02:00
3bf2df622a
Time and metadata improvements
2021-03-15 16:21:41 +01:00
097c339d98
Fix race condition
2021-03-15 15:26:29 +01:00
f319a7d374
Refactor model stuff, including cleaner CRDTs
2021-03-10 16:21:56 +01:00
40763fd749
Cargo fmt
2021-02-23 18:46:25 +01:00
1de96248e0
add application/xml header and missing xml escapes
2021-02-19 23:40:18 +01:00
5a5592c176
Replace with option syntaxic sugar
2020-11-11 16:12:42 +01:00
a50fa70d45
Refactor error management in API part
2020-11-08 15:05:28 +01:00
44dba0e53c
cargo fmt
2020-07-08 17:34:37 +02:00
64a6eda0d2
Migrate S3 api to use new model
2020-07-08 17:33:24 +02:00
f22ecb60a8
Update to Hyper 0.13.6 that accepts non-Sync streams in wrap_stream.
...
Simplifies code and makes it possible to publish on crates.io
2020-07-07 17:15:53 +02:00
bec26a1312
Rename garage_core to garage_model
2020-07-07 13:59:22 +02:00
0957d0fdfa
Work on API
2020-04-28 10:18:14 +00:00