async fn fetch_notifications(
client: &Client,
bucket: &str,
) -> Result<SectionResult<NotificationConfig>, AppError>Expand description
Fetch S3 event notification configuration via GetBucketNotificationConfiguration.
async fn fetch_notifications(
client: &Client,
bucket: &str,
) -> Result<SectionResult<NotificationConfig>, AppError>Fetch S3 event notification configuration via GetBucketNotificationConfiguration.