async fn fetch_logging(
client: &Client,
bucket: &str,
) -> Result<SectionResult<LoggingConfig>, AppError>Expand description
Fetch logging configuration via GetBucketLogging.
async fn fetch_logging(
client: &Client,
bucket: &str,
) -> Result<SectionResult<LoggingConfig>, AppError>Fetch logging configuration via GetBucketLogging.