### Laravel Version 12.35.1 ### PHP Version 8.4 ### Database Driver & Version n/a ### Description As a result of [this commit](https://github.com/laravel/framework/commit/570c154e7970193862b5c12bc13c3393e42949a1), paths are now double prefixed in the S3 filesystem adapter. [Here's a simple **failing** test](https://github.com/julesjanssen/framework/commit/40aa60760112fdca0e063083d0429a70a71ed81b) to show the issue. ### Steps To Reproduce Add a prefix to an S3 disk (or scoped S3 disk) configuration..