some problems with object_operation_handler.go.
- DownloadFile: The rx_pay is used to indicate that a read action down using an auth ticket is paid by the client not the allocation owner. It is not used for collaborators. Currently, this is round the wrong way.
- DownloadFile: WhoPaysForReads should not effect users using auth tickets.
- GetFileMeta does not validate check for collaborator or owner.
- GetFileStats neither collaborator nor auth ticket holder can get file stats.
- There should also be unit tests for this file.