Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
s3fs-3296302
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Issue forks
s3fs-3296302
Commits
b7f8db99
Commit
b7f8db99
authored
9 years ago
by
coredumperror
Browse files
Options
Downloads
Patches
Plain Diff
Issue: Updated the README to clarify AWS SDK version.
parent
17322175
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.txt
+8
-12
8 additions, 12 deletions
README.txt
with
8 additions
and
12 deletions
README.txt
+
8
−
12
View file @
b7f8db99
...
...
@@ -21,18 +21,14 @@ viable under such a configuration.
1) Install Libraries version 2.x from http://drupal.org/project/libraries.
2) Install the AWS SDK for PHP.
2a) If you have drush, you can install the SDK with this command:
drush make --no-core sites/all/modules/s3fs/s3fs.make
2b) If you don't have drush, go to to http://aws.amazon.com/sdk-for-php
and click the orange "AWS SDK for PHP" button. On the page you're sent to,
click the "aws.zip" link. Extract that zip file into your Drupal site's
sites/all/libraries/awssdk2 folder such that the path to aws-autoloader.php is
sites/all/libraries/awssdk2/aws-autoloader.php
In the unlikely circumstance that the version of the SDK you downloaded causes
errors with S3 File System, you can download this version instead, which is
known to work:
https://github.com/aws/aws-sdk-php/releases/download/2.7.25/aws.zip
a) If you have drush, you can install the SDK with this command (executed
from the root folder of your Drupal codebase):
drush make --no-core sites/all/modules/s3fs/s3fs.make
b) If you don't have drush, download the SDK from here:
https://github.com/aws/aws-sdk-php/releases/download/2.7.25/aws.zip
Extract that zip file into your Drupal codebase's
sites/all/libraries/awssdk2 folder such that the path to aws-autoloader.php
is: sites/all/libraries/awssdk2/aws-autoloader.php
IN CASE OF TROUBLE DETECTING THE AWS SDK LIBRARY:
Ensure that the awssdk2 folder itself, and all the files within it, can be read
...
...
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