Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
s3fs
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
s3fs
Commits
fbb1bd31
Commit
fbb1bd31
authored
1 year ago
by
Conrad Lara
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3346117
by cmlara: Use with Drupal 10.1
parent
d9c15a67
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!30
Issue #3346117: Use with Drupal 10.1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.txt
+5
-5
5 additions, 5 deletions
README.txt
s3fs.info.yml
+1
-1
1 addition, 1 deletion
s3fs.info.yml
with
6 additions
and
6 deletions
README.txt
+
5
−
5
View file @
fbb1bd31
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
s3fs.info.yml
+
1
−
1
View file @
fbb1bd31
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment