Struct cloud_storage::bucket::Logging
source · [−]Expand description
Contains information of where and how access logs to this bucket are maintained.
Fields
log_bucket: StringThe destination bucket where the current bucket’s logs should be placed.
log_object_prefix: StringA prefix for log object names. The default prefix is the bucket name.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Logging
impl UnwindSafe for Logging
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more