-
Published Answer
after studying the AWS SDK it shows, that the body parameter can be one of 3 things :-
String,
resource, or
So all we need …
•
By
alexd8aa0967d912a08638c426
-
Published Answer
It appears, that the SDK doesn’t use hyphens in the Parameters.
So using ContentType, and ContentLength, instead of Content-Type…
•
By
alexd8aa0967d912a08638c426
-
Published Question
Here is a test Script I put together, which works, in that it uploads a file to a DO space
My problem is, no matter what goes in the $mimeType Variable, when uploaded the mime type always comes out as application/octe...
3
•
•
By
alexd8aa0967d912a08638c426
PHP
Ubuntu 18.04