Skip to content
Unverified Commit 3ab160dd authored by Robin Appelman's avatar Robin Appelman
Browse files

fopen s3 objects directly to work around unexplainable guzzle bug



For some reason when a text file started with a valid hex character ([0-9a-f]) it would eat the text untill the first newline
The new code does basically the same thing as guzzle/s3-sdk did only without wrapping everything in a guzzle stream

Signed-off-by: default avatarRobin Appelman <robin@icewind.nl>
parent eb21dc2b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment