New Features:
1. Added support for transferring ENCODE files to GCP. This comes in a new [[script]](https://encode-utils.readthedocs.io/en/latest/scripts/eu_s3_to_gcp.html) and [[class method]](https://encode-utils.readthedocs.io/en/latest/connection.html#encode_utils.connection.Connection.copy_files_to_gcp) of the Connection class.
Bug Fixes:
1. Fix in Connection class's search() method. Originally, if a query parameter was added twice, i.e. `&status=in+progress&status=submitted`, then only the latter value would be used instead of both. To fix this bug, a backwards incompatible fix was implemented.
1. When uploading files to the Portal, upload_credentials are always first refreshed. It used to be that if they were present, those would be used. The problem was that they may have expired.