async fn fetch_encryption(
client: &Client,
bucket: &str,
) -> Result<SectionResult<EncryptionConfig>, AppError>Expand description
Fetch SSE configuration via GetBucketEncryption.
async fn fetch_encryption(
client: &Client,
bucket: &str,
) -> Result<SectionResult<EncryptionConfig>, AppError>Fetch SSE configuration via GetBucketEncryption.