Skip to content
Snippets Groups Projects
Commit fbb1bd31 authored by Conrad Lara's avatar Conrad Lara
Browse files

Issue #3346117 by cmlara: Use with Drupal 10.1

parent d9c15a67
No related branches found
No related tags found
1 merge request!30Issue #3346117: Use with Drupal 10.1
......@@ -163,11 +163,6 @@ CONFIGURE DRUPAL TO STORE FILES IN S3
"S3 File System" in the "Field Settings" tab. Files uploaded to a field
configured to use S3 will be stored in the S3 bucket.
* Drupal will by default continue to store files it creates automatically
(such as aggregated CSS) on the local filesystem as they are hard coded
to use the public:// file handler. To prevent this enable takeover of
the public:// file handler.
* To enable takeover of the public and/or private file handler(s you can
enable s3fs.use_s3_for_public and/or s3fs.use_s3_for_private in
settings.php. This will cause your site to store newly uploaded/generated
......@@ -248,6 +243,11 @@ COPY LOCAL FILES TO S3
AGGREGATED CSS AND JS IN S3
---------------------------
* Drupal Core 10.1 has moved CSS and JS aggregation storage to the
"assets://" streamWrapper. This means that in the latest versions of Drupal
aggregated CSS and JS files will no longer be stored in the S3 bucket.
The following information is not relevant for D10.1 and newer.
* In previous versions S3FS required that the server be configured as a
reverse proxy in order to use the public:// StreamWrapper.
This requirement has been removed. Please read below for new requirements.
......
name: S3 File System
core_version_requirement: ^8.8 || ^9 || ~10.0.0
core_version_requirement: ^8.8 || ^9 || ~10.0.0 || ~10.1.0
description: Adds an Amazon Simple Storage Service-based remote file system to Drupal.
type: module
configure: s3fs.admin_settings
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment