Skip to main content

Crate s4_server

Crate s4_server 

Source
Expand description

S4 server crate — S4Service (圧縮 hook 付き S3 trait 実装) と関連 helper を提供。

Re-exports§

pub use service::S4Service;
pub use s4_codec as codec;
pub use s4_config as config;

Modules§

blob
s3s::dto::StreamingBlobbytes::Bytes の相互変換ヘルパ。
metrics
Prometheus metrics 統合。
policy
Bucket policy / IAM enforcement at the gateway (v0.2 #7).
routing
/health/ready の HTTP routing layer。
service
s3s::S3 実装 — s3s_aws::Proxy への delegation を default にしつつ、 put_object / get_object 経路で s4_codec::CodecRegistry を呼ぶ。
streaming
Streaming compression / decompression helpers。
tls
TLS termination helpers.