After reading other topics and looking at the hugo source(I have no experience with go, so I could be very wrong on this) but it appears that when hugo runs it will copy the static folder to public no matter what.
My static folder currently resides on my nas and is > 3GB in size and will grow as I have a lot of pictures.
Is it possible to add a flag that tells hugo not to copy the static files to public? This would allow me to upload the files to my hosting provider without Hugo needing to transfer large amounts of data.