Sitecake on AWS S3

Hi guys. Noob question here.
I’m wondering whether I can install and use Sitecake on AWS S3?

Hi. It’s not possible without some additional setup. Sitecake is built in PHP and S3 provides delivery only for static websites. You could create ec2 instance and connect it to s3 and setup everything so when you accessing site via sitecake you go through ec2 and your site without sitecake can be delivered from s3.
Sitecake is using phpleague flysystem internaly for file handling, but it comes with possibility for only basic two type of adapters Local and FTP. You could add S3 Adapter manually and modify code a little bit inside sitecake//config/bootstrap.php where flysystem is initialized, but again, you would need to access sitecake through web server where php is installed.