Hi,
I'm using the plugin to upload a zip of a json file to deploy a Docker image from Docker Hub. I have managed to get it to claim success, but the logs show 0 content length and no file is actually uploaded. I had to specify
SUCCESS
{
"contentMd5" : "bCCLTlxtREdDS3PhQdFhpQ==",
"metadata" : {
"userMetadata" : { },
"instanceLength" : 0,
"etag" : "6c208b4e5c6d4447434b73e141d161a5",
"requesterCharged" : false,
"rawMetadata" : {
"Content-Length" : 0,
"ETag" : "6c208b4e5c6d4447434b73e141d161a5"
},
"contentLength" : 0
},
"etag" : "6c208b4e5c6d4447434b73e141d161a5",
"requesterCharged" : false
}
Any ideas on why this might be? Is it because the archive is so small (only 376 bytes)?
Thanks,
David