maxserv / fal_s3
通过几个点击将FAL/TYPO3连接到配置的任何S3桶。基于文件的配置允许根据应用程序的上下文使用特定的桶。
2.1.2
2024-08-09 14:43 UTC
Requires
- php: >=7.2, <8.3
- aws/aws-sdk-php: ^3.269.1
- 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.1.2
- dev-master
- 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-bugfix/local-file-check
- 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-09-09 15:00:46 UTC
README
S3的FAL驱动程序
通过几个点击将FAL/TYPO3连接到配置的任何S3桶。基于文件的配置允许根据应用程序的上下文使用特定的桶。
此扩展的主要目标是深入了解整个FAL驱动程序设置。
由于大多数方法都是使用AWS SDK的S3流包装器实现的,因此您可以通过查看代码来了解所发生的情况。
得益于流包装器的可用性,我们能够使用PHP提供的标准工具包,在开发此驱动程序时节省了大量时间。
我们只需关注远程文件存储的概念以及与FAL一起工作。
文档
版本和支持
变更日志
请查看 CHANGELOG.md