Re: multi-part upload writing temp files

2020-05-21 Thread Andrew Gaul
This is nothing to worry about. jclouds creates temporary files when HTTP payloads exceed 256 KB to avoid exhausting memory. You can see the source of this message at core/src/main/java/org/jclouds/logging/internal/Wire.copy. I believe that this code is only exercised with debug logging;

multi-part upload writing temp files

2020-05-21 Thread John Calcote
Hi Andrew, I've got code that's uploading using the jclouds multi-part abstraction. Here are the log trace messages for a portion of an upload of a 1G file: 2020-05-21 16:52:07.203 +,36570333402959 {} DEBUG o.j.r.i.InvokeHttpMethod [cloud-normalpri-4] >> invoking PutObject 2020-05-21