After uploading a file, when clicking the link, the xml report showed a "NoSuchKey" error.
In my google storage account the file was uploaded correctly, but when retrieving it to display as a node this error came up.
I used the module on a file field on a node as a test.
Update:
The error is there due to a fault in the link, where after the Folder name given in the admin interface of the module there are two slashes (//) given.
When removing one slash however, I get a "SignatureDoesNotMatch" xml response.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | no-such-key-error-fix-2398811-1.patch | 1006 bytes | unobot |
Comments
Comment #1
guerno commentedComment #2
unobot commentedThe empty file_info after array_pop is the issue when generating the signed url.
Comment #3
d1v9d commentedThis patch is great!! It resolved the issue. Thank you.