In this post we will create a simple AWS S3 bucket and an administrative user which can be used to connect your TYPO3 instance with the S3 bucket. Since cloud services become bigger and extremely powerful it’s highly recommended to manage your cloud infrastructure as code instead of clicking around in the web interfaces.We will… Continue reading Create S3 bucket for TYPO3 with Terraform
Category: S3
Connect TYPO3 with AWS S3
Some years ago TYPO3 version 6.2 introduced the File Abstraction Layer “FAL” to integrate any file storages within TYPO3. Using S3 buckets as file storage could have two benefits: Storing large files on a serverless platform Delivery the files easily with the AWS CDN CloudFront to increase the performance So I started in 2014, sponsored… Continue reading Connect TYPO3 with AWS S3