maxserv / fal_s3
Connect FAL/TYPO3 to any of the configured S3 buckets with a few clicks. File based configuration allows specific buckets depending on the context of your application.
Installs: 58 702
Dependents: 0
Suggesters: 0
Security: 0
Stars: 13
Watchers: 9
Forks: 10
Open Issues: 1
Type:typo3-cms-extension
Requires
- php: >=7.2, <8.4
- aws/aws-sdk-php: ^3.324.5
- typo3/cms-backend: ^10.4 || ^11.5 || ^12.4
- typo3/cms-core: ^10.4 || ^11.5 || ^12.4
- typo3/cms-extbase: ^10.4 || ^11.5 || ^12.4
Requires (Dev)
- nimut/testing-framework: ^5.1 || ^6.0
Suggests
- causal/extractor: ^2.0
Replaces
- typo3-ter/fal_s3: 2.2.0
- dev-master
- 2.2.0
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.2
- 2.0.1
- 2.0.0
- 1.x-dev
- 1.14.3
- 1.14.2
- 1.14.1
- 1.14.0
- 1.13.3
- 1.13.2
- 1.13.1
- 1.13.0
- 1.12.1
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.3
- 1.9.2
- 1.9.1
- 1.9.0
- 1.8.3
- 1.8.2
- 1.8.1
- 1.8.0
- 1.7.1
- 1.7.0
- 1.6.5
- 1.6.4
- 1.6.3
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.1
- 1.4.0
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.2
- 1.0.1
- 1.0.0
- 0.4.1
- 0.4.0
- 0.3.0
- 0.2.3
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.0
- dev-feat/release-2_2
- dev-bugfix/local-file-check
- dev-release/1.x
- dev-fix/parent-processing-folder-does-not-exist-exception
- dev-feature/T3XFS3-11-link-preconnect
- dev-bugfix/TUDS-575-allow-spaces-and-parenthesis
- dev-bugfix/file-folder-exists-checks
- dev-feature/cms11
- dev-feature/ORM-103-s3-endpoint-url-configureren-in-typo3-configuratie
- dev-feature/cms10
This package is auto-updated.
Last update: 2024-10-25 14:26:24 UTC
README
FAL driver for S3
Connect FAL/TYPO3 to any of the configured S3 buckets with a few clicks. File based configuration allows specific buckets depending on the context of your application.
The main goal of this extension is to get some insights in the whole FAL driver setup.
Since most methods are implemented using the S3 stream wrapper from the AWS SDK, you should be able to get a fairly good idea of what's going on when you take a look at the code.
Thanks to the availability of a stream wrapper we were able to use the standard toolkit provided by PHP saving us a lot of time while developing this driver,
All we needed to care about was the concept of remote file storage and working with FAL.
Documentation
Versions and support
Changelog
Please look into the CHANGELOG.md