What's New in Aspera for LTS 2019 (version 3.0.9)
This is a bugfix release.
Released Changes
Allow Aspera Connector to Rely on Proxy
The Aspera proxy settings is defaulted to false
i.e. if proxy is enabled via nuxeo.http.proxy.host
, Aspera config will still be ignoring the proxy host and would connect to the Aspera instance configured.
However, if you wishes to connect to Aspera via proxy, set the property nuxeo.aspera.enable.proxy
to true
. This would lead the Aspera config to connect through proxy.
"Edit Metadata" Form Update
The file list will show the current transfer's files.
S3BatchHandler and AsperaS3BatchHandler It Is Using Same Transient Store
AsperaS3BatchHandler transientStore is renamed from s3TransientStore
to asperaS3TransientStore
to avoid conflict with S3BatchHandler.