async fn fetch_ownership_controls(
client: &Client,
bucket: &str,
) -> Result<SectionResult<OwnershipControls>, AppError>Expand description
Fetch ownership controls via GetBucketOwnershipControls.
async fn fetch_ownership_controls(
client: &Client,
bucket: &str,
) -> Result<SectionResult<OwnershipControls>, AppError>Fetch ownership controls via GetBucketOwnershipControls.