Closed (fixed)
Project:
AWS SDK for PHP
Version:
7.x-5.0
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
15 Dec 2011 at 05:10 UTC
Updated:
3 Jan 2012 at 21:08 UTC
Jump to comment: Most recent file
For 1.5 due to the changes in configuration management it requires a change in the way integration is done and we need post-load provided by after alpha1, as such I have discussed an alpha2 with the libraries team #1371442: Create 7.x-2.0-alpha2 release.
In addition the 1.5 release dropped proper documentation of configuration variables so I created an issue against upstream library https://github.com/amazonwebservices/aws-sdk-for-php/pull/14.
I created a 5.x branch with the initial conversation, but the defaults loading won't work properly and the tests fail.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | version-1371444.patch | 514 bytes | justafish |
Comments
Comment #1
boombatower commentedCompleted update. Creating 7.x-5.0 release.
Comment #2
mediamike commentedIt doesn't seem to work for me. Where can I find an old version of the awssdk library or will that no longer work? The current version does not seem to load 1.5.0.1. I have checked that the file sdk.class.php is in sites/all/libraries/awssdk
I am using library 7.x-2.0-alpha2
Comment #3
justafishThe library doesn't load because the matching for the version string is incorrect. Patch attached.
Comment #4
bassplaya commentedSorry, this patch didn't work for me.
I'm using AWS SDK for PHP 7.x-5.0
my pwd: /Users/GraphicDesign/Sites/SandboxD7/sites/all/modules/awssdk
Here's what I got in Terminal:
Comment #5
justafishWorks fine for me
Comment #6
boombatower commentedThis was "fixed" quite some time ago. Lets create a new issue if this is still outstanding.
Comment #7
Saoirse1916 commentedStill not working for me. I'm using the Dev versions of awssdk and Amazon S3 and I've patched awssdk with the above patch, cleared caches, deleted everything, ran update.php, cleared caches, reinstalled everything, cleared caches again. No luck and I get the same error as above.
EDIT: Sorry, thought the error was in this issue but I guess it's not:
Recoverable fatal error: Argument 1 passed to AmazonS3::__construct() must be an array, string given, called in /home/myaccount/public_html/sites/all/modules/amazons3/amazons3.module on line 100 and defined in AmazonS3->__construct() (line 423 of /home/myaccount/public_html/sites/all/libraries/awssdk/services/s3.class.php).