-
Notifications
You must be signed in to change notification settings - Fork 54
uploadObject method not working #10
Comments
We had this issue using the |
I encountered the same problem. The documentation specify passing the file path to the |
When is this going to be fixed? It's a small patch right. I can make a pull request if needed, or is this problem bigger then that single line? |
Unfortunately, we are no longer maintaining this SDK. |
@ido567 |
@melledijkstra If you are still using this ;) It seems it is just the parameter suggestion in the docblock is wrong, uploadObject does not need a SplFileObject but just the file content is fine. |
@tuimz Ahh, so a patch wasn't actually needed just pass |
Hi @augustogoncalves I have submitted a PR wich resolves this issue. Could you take a look? |
@tuimz Thanks for your PRs, I will help Augusto to maintain the SDK, I am checking your PR but my access seems not enough to approve that, working on that now. |
Fixed docblocks to prevent things as reported in #10 from happening
Fixed docblocks to prevent things as reported in #10 from happening
This bug is still present... I also had to insert following lines to get rid of a http 504 error:
|
The 504 problem still occurs, how can I solve it? |
It seems it's converting the body/file and causing error 504
The text was updated successfully, but these errors were encountered: