Using filestorage for images

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
toco3
Posts: 1
Joined: 15 Dec 2023, 16:13

Using filestorage for images

Post by toco3 » 15 Dec 2023, 16:38

Hello,

I like to use AWS S3 / Cloudfront to store images for the products. I installed and configured aus_driver_amazon_s3 to add S3 Storage to TYPO3.
I configured pageTS to use this filestorage for uploads within TYPO3 by default:
options.defaultUploadFolder = 2:/media/

So if I e.g. add a image content elment und just use "upload" the image is stored to this filestorage and delivered via CloudFront.

But Aimeos still uses /uploads folder for uploading images?

How can I configure Aimeos to also use the custom filestorage?

Thank you

Chrisitan

TYPO3 12.4
Aimeos 23-10.2
PHP 8.2

User avatar
aimeos
Administrator
Posts: 7895
Joined: 01 Jan 1970, 00:00

Re: Using filestorage for images

Post by aimeos » 18 Dec 2023, 14:01

Aimeos doesn't use the TYPO3 file abstraction layer due to several problems with that API.
Instead, it uses FlySystem, a lightweight fileystem layer which you can configure to use AWS S3 storage as described here:
https://github.com/aimeos/ai-filesystem
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply