• Markus Koller's avatar
    Always set internally used upload fields · 75a39b0b
    Markus Koller authored
    The `path` and `remote_*` fields are not always set in Workhorse
    depending on the storage type, but still picked up in Rails.
    
    To avoid injecting any client params with the same name, we just set
    these fields to empty strings.
    75a39b0b
upload_test.go 10.7 KB