Struct cloud_storage::bucket::Logging [−][src]
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>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Loggingimpl UnwindSafe for Logging