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,