|
8f9cf3a5d1
|
fix a clippy lint
|
2022-03-28 15:48:55 +02:00 |
|
|
1eb7fdb08f
|
add test framework for arbitraty S3 requests
and implement some basic test with it
|
2022-03-23 10:22:36 +01:00 |
|
|
e934934f14
|
garage_api: Update streaming payload stream unit tests
|
2022-03-23 10:22:36 +01:00 |
|
|
98545a16dd
|
garage_api: Handle streaming payload early in request handling
|
2022-03-23 10:22:36 +01:00 |
|
|
ba6b56ae68
|
Fix some new clippy lints
|
2022-03-14 12:27:49 +01:00 |
|
|
97f245f218
|
Add tracing output to signature calculation
|
2022-02-28 12:22:39 +01:00 |
|
|
f6f8b7f1ad
|
Support for PostObject (#222)
Add support for [PostObject](https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPOST.html)
- [x] routing PostObject properly
- [x] parsing multipart body
- [x] validating signature
- [x] validating policy
- [x] validating content length
- [x] actually saving data
Co-authored-by: trinity-1686a <trinity@deuxfleurs.fr>
Co-authored-by: Trinity Pointard <trinity.pointard@gmail.com>
Reviewed-on: Deuxfleurs/garage#222
Reviewed-by: Alex <alex@adnab.me>
Co-authored-by: trinity-1686a <trinity.pointard@gmail.com>
Co-committed-by: trinity-1686a <trinity.pointard@gmail.com>
|
2022-02-21 23:02:30 +01:00 |
|
|
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 |
|
|
b45dcc1925
|
Support STREAMING-AWS4-HMAC-SHA256-PAYLOAD (#64) (#156)
Closes #64.
Reviewed-on: Deuxfleurs/garage#156
Co-authored-by: Jill <kokakiwi@deuxfleurs.fr>
Co-committed-by: Jill <kokakiwi@deuxfleurs.fr>
|
2022-01-17 10:55:31 +01:00 |
|