Using/setting up AWS S3 storage (v2025)

hi,
v2025

looking to go back to aws storage, so setup the app settings with the keys and the upload folder as:
s3://my-bucket/uploads/

but am receiving:
phpfn.php(4178): The storage type 's3' is not supported

has something changed?, and also noticed that the config.php settings are not updated?

            "Aws" => [
                "enabled" => false,
                "adapter" => Cognito::class,
                "keys" => [
                    "id" => '',
                    "secret" => ''
                ],

2025 docs:
If you want to use remote folders (e.g. AWS S3, Google Cloud Storage, Azure Blob Storage), you need to specify Filesystem URI, e.g. you can enter "s3://my-bucket/" (WITHOUT quotes and WITH trailing slash). (In this special case, the path is not relative to project folder.)

used s3 with prior versions, but not sure if syntax is the same?, or i missed enabling a flag not sure what I missed.

thanks,

You need to enter your AWS info in the advanced settings first, and re-generate all scripts so that s3 is supported.

Hi,

its all loaded in the advanced settings. i'll take another look and delete existing files to see if it that rectifies it.

thanks

found the issue:

weren't regenerating the config.dev/product.php files