github.com/cs3org/reva/v2@v2.27.7/changelog/2.3.0_2022-05-02/http-tpc.md (about) 1 Enhancement: Add support for HTTP TPC 2 3 We have added support for HTTP Third Party Copy. 4 This allows remote data transfers between storages managed by either two different reva servers, 5 or a reva server and a Grid (WLCG/ESCAPE) site server. 6 7 Such remote transfers are expected to be driven by [GFAL](https://cern.ch/dmc-docs/gfal2/gfal2.html), 8 the underlying library used by [FTS](https://cern.ch/fts), and [Rucio](https://rucio.cern.ch). 9 10 In addition, the oidcmapping package has been refactored to 11 support the standard OIDC use cases as well when no mapping 12 is defined. 13 14 https://github.com/cs3org/reva/issues/1787 15 https://github.com/cs3org/reva/pull/2007