Change Method to PUT #355
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi all,
Adding method key and setting the value to true did not work/ How can I change the method to PUT please?
public uploader:FileUploader = new FileUploader({ disableMultipart: true, method: 'PUT', url: '....@timurcatakli I don't really know how to change the method to put other than branching and changing it yourself, however, no part of this should ever be a put.
Hi @timurcatakli, I think PUT method is important since s3 putobject command dosent accept any method other than PUT, currently I can't make an upload directly to s3 using a signed url
This answer does the job #217 :)