Skip to content

Images not show on backend with TYPO3 12.4.14 #151

@ratha-webessentials

Description

@ratha-webessentials

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

Screenshot from 2024-06-25 10-07-24

Bucket policy already set,

And this is bucket CORS

[
    {
        "AllowedHeaders": [
            "*"
        ],
        "AllowedMethods": [
            "GET",
            "PUT"
        ],
        "AllowedOrigins": [
            "*"
        ],
        "ExposeHeaders": [
            "Access-Control-Allow-Origin"
        ]
    }
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions