|
c82d91c6bc
|
DeleteObject: always insert a deletion marker with a bigger timestamp than everything before
|
2023-10-20 13:56:35 +02:00 |
|
|
8686cfd0b1
|
s3 api: also ensure increasing timestamps for create_multipart_upload
|
2023-10-20 13:37:37 +02:00 |
|
|
c6cde1f143
|
remove now-unused key parameter in check_quotas
|
2023-10-20 13:20:47 +02:00 |
|
|
d146cdd5b6
|
cargo fmt
|
2023-10-18 16:38:26 +02:00 |
|
|
3d6ed63824
|
check_quotas: avoid re-fetching object from object table
|
2023-10-18 16:36:48 +02:00 |
|
|
45b0453d0f
|
Ensure increasing version timestamps in PutObject
|
2023-10-18 16:31:50 +02:00 |
|
|
2e656b541b
|
Merge branch 'main' into next
|
2023-10-03 18:40:37 +02:00 |
|
|
7907a09acc
|
api: allow custom unix bind mode and use 0o220 for admin server
|
2023-10-03 17:31:40 +02:00 |
|
|
8ec6a53b35
|
everywhere: support unix sockets when binding in various places
this patch implements binding to paths as a unix socket for generic
server and web server.
|
2023-09-29 18:57:44 +02:00 |
|
|
be03a4610f
|
s3api: remove redundant serde rename attribute
|
2023-08-31 00:00:26 +02:00 |
|
|
f0a395e2e5
|
s3 bucket apis: remove redundant call
|
2023-08-30 23:39:28 +02:00 |
|
|
d2e94e36d6
|
lifecycle config: add missing line in merge() and remove tracing
|
2023-08-30 20:05:53 +02:00 |
|
|
75ccc5a95c
|
lifecycle config: store date as given, try to debug
|
2023-08-30 20:02:07 +02:00 |
|
|
2996dc875f
|
lifecycle worker: implement main functionality
|
2023-08-30 14:29:03 +02:00 |
|
|
f7b409f114
|
use a NaiveDate in data model, it serializes to string (iso 8601 format)
|
2023-08-30 11:24:01 +02:00 |
|
|
abf011c290
|
lifecycle: implement validation into garage's internal data structure
|
2023-08-29 18:22:03 +02:00 |
|
|
8041d9a827
|
s3: add xml structures to serialize/deserialize lifecycle configs
|
2023-08-29 17:44:17 +02:00 |
|
|
2e90e1c124
|
Merge branch 'main' into next
|
2023-08-29 11:32:42 +02:00 |
|
Jonathan Davies
|
59bfc68f2e
|
post_object.rs: Fixed typos / grammar.
|
2023-08-01 15:31:39 +01:00 |
|
|
5670367126
|
multipartupload in test: add forgotten timestamp
|
2023-06-13 23:10:46 +02:00 |
|
|
942c1f1bfe
|
multipart uploads: save timestamp
|
2023-06-13 10:48:22 +02:00 |
|
|
a6cc563bdd
|
UploadPart: automatic cleanup of version (and reference blocked) when interrupted
|
2023-06-09 16:23:37 +02:00 |
|
|
c14d3735e5
|
Add test for multipart uploads and fix part renumbering
|
2023-06-09 16:23:37 +02:00 |
|
|
412ab77b08
|
comments and clippy lint fixes
|
2023-06-09 16:23:37 +02:00 |
|
|
8644376ac2
|
fix test; simplify code
|
2023-06-09 16:23:37 +02:00 |
|
|
7ad7dae5d4
|
fix s3 list test
|
2023-06-09 16:23:37 +02:00 |
|
|
82e75c0e29
|
Adapt S3 API code to use new multipart upload models
- Create and PutPart
- completemultipartupload
- upload part copy
- list_parts
|
2023-06-09 16:23:37 +02:00 |
|
Jonathan Davies
|
c783194e8b
|
*: apply clippy recommendations.
|
2023-05-09 20:49:34 +01:00 |
|
Jonathan Davies
|
1b6ec74748
|
error.rs: Corrected error messages to say unexpected scope.
|
2023-02-02 16:20:31 +00:00 |
|
|
8e93d69974
|
More clippy fixes
|
2023-01-26 17:26:32 +01:00 |
|
Jonathan Davies
|
36944f1839
|
Cargo.toml: Updated base64 from 0.13 to 0.21.
|
2023-01-26 11:13:07 +00:00 |
|
|
0650a43cf1
|
PutObject: better cleanup on Drop (incl. when request is interrupted in the middle)
|
2023-01-03 17:05:17 +01:00 |
|
|
1af4a5ed56
|
Merge pull request 'Fix router keyword handling (fix #442)' (#446) from router-keywords-fix into main
Reviewed-on: Deuxfleurs/garage#446
|
2022-12-15 08:40:26 +00:00 |
|
|
a0abf41762
|
Fix router keyword handling (fix #442)
|
2022-12-12 12:05:37 +01:00 |
|
|
2ac75018a1
|
Properly enforce allow_create_bucket
|
2022-12-12 12:03:54 +01:00 |
|
|
5d4b6f2173
|
Faster GetObject workflow for getting entire objects
|
2022-09-19 12:19:59 +02:00 |
|
|
76f42a1a2b
|
Properly return HTTP 204 when deleting non-existent object (fix #227)
|
2022-09-14 17:07:55 +02:00 |
|
|
38be811b1c
|
Fix clippy lint that says we should implement Eq
|
2022-09-13 16:08:00 +02:00 |
|
|
44733474bb
|
Remove/change println! in server code (fix #358)
|
2022-09-13 16:01:55 +02:00 |
|
|
ff30891999
|
Use streaming block API for get with Range requests
|
2022-09-13 15:13:07 +02:00 |
|
|
7f54706b95
|
Merge branch 'lx-perf-improvements' into netapp-stream-body
|
2022-09-08 15:50:56 +02:00 |
|
|
d9d199a6c9
|
Merge branch 'main' into lx-perf-improvements
|
2022-09-08 15:49:17 +02:00 |
|
|
2559f63e9b
|
Make all HTTP services optionnal
|
2022-09-07 17:54:16 +02:00 |
|
|
907054775d
|
Faster copy, better get error message
|
2022-09-06 22:25:23 +02:00 |
|
|
13b5f28c7e
|
Make use of BytesBuf from new Netapp
|
2022-09-02 13:46:42 +02:00 |
|
|
bc977f9a7a
|
Update to Netapp with OrderTag support and exploit OrderTags
|
2022-09-01 12:58:20 +02:00 |
|
|
68087ee13d
|
Fix clippy
|
2022-07-29 12:25:03 +02:00 |
|
|
605a630333
|
Use streaming in block manager
|
2022-07-29 12:25:02 +02:00 |
|
|
16f6a1a65d
|
fix clippy
|
2022-07-29 12:24:49 +02:00 |
|
|
ad35b18bb1
|
Faster chunker
|
2022-07-29 12:24:49 +02:00 |
|