(src, dst string, opts putOptions)
| 498 | } |
| 499 | |
| 500 | func putFile(src, dst string, opts putOptions) error { |
| 501 | _, err := putFileWithResult(src, dst, opts) |
| 502 | return err |
| 503 | } |
| 504 | |
| 505 | // Dropbox upload commit timestamps must be UTC with second precision. |
| 506 | func dropboxClientModified(value time.Time) *dropbox.DBXTime { |