influxdb/object_store/src
Carol (Nichols || Goulding) 4de7dce8ba feat: Add a 404 NotFound error to the object store errors for GET
With the object store implementations that support figuring out if a GET
request returns 404 not found. Azure doesn't have great support for
this.
2021-10-22 15:55:59 -04:00
..
path fix: Serialize relative db object store paths to the server config 2021-10-18 08:37:36 -04:00
aws.rs feat: Add a 404 NotFound error to the object store errors for GET 2021-10-22 15:55:59 -04:00
azure.rs fix: Serialize relative db object store paths to the server config 2021-10-18 08:37:36 -04:00
buffer.rs refactor: Make aws/azure/gcs optional features and stop compiling 100 dependencies during dev (#1933) 2021-07-09 11:38:30 +00:00
cache.rs chore: make cache a type in object store trait 2021-07-21 18:27:56 -04:00
disk.rs feat: Add a 404 NotFound error to the object store errors for GET 2021-10-22 15:55:59 -04:00
dummy.rs fix: Serialize relative db object store paths to the server config 2021-10-18 08:37:36 -04:00
gcp.rs feat: Add a 404 NotFound error to the object store errors for GET 2021-10-22 15:55:59 -04:00
lib.rs feat: Add a 404 NotFound error to the object store errors for GET 2021-10-22 15:55:59 -04:00
memory.rs feat: Add a 404 NotFound error to the object store errors for GET 2021-10-22 15:55:59 -04:00
path.rs test: Add a case for a path without a filename 2021-10-18 08:46:00 -04:00
throttle.rs test: ensure query cancellation (somewhat) works (#2931) 2021-10-21 19:10:58 +00:00