Version: aus_driver_amazon_s3 v1.13.0
TYPO3 v12.4.14
PHP: 8.2.20
We have S3 bucket after change filestorage from local to AWS S3 [AusDriverAmazonS3] the frontend is working fine can load images correct but from the backend images not show up

Bucket policy already set,
And this is bucket CORS
[
{
"AllowedHeaders": [
"*"
],
"AllowedMethods": [
"GET",
"PUT"
],
"AllowedOrigins": [
"*"
],
"ExposeHeaders": [
"Access-Control-Allow-Origin"
]
}
]
Version: aus_driver_amazon_s3 v1.13.0
TYPO3 v12.4.14
PHP: 8.2.20
We have S3 bucket after change filestorage from local to AWS S3 [AusDriverAmazonS3] the frontend is working fine can load images correct but from the backend images not show up
Bucket policy already set,
And this is bucket CORS