S3 provider produces too much output logs

Hello all:
I am using Travis as CI. In order to deploy my application I am uploading it to S3.
My problem is that since one or two days I have seen that travis logs every single file which is uploaded
As a consequence my builds are failing with this message:
"The job exceeded the maximum log length, and has been terminated."
I have seen that dpl script has no-verbose parameter. Isn’t it possible to remove that output on travis???
Thanks in advance