Actions
Story #8486
closedProvide backend storage url to galaxy-importer on collection import
Start date:
Due date:
% Done:
0%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
Currently galaxy-importer adds a ResponseContentDisposition https://github.com/ansible/galaxy-importer/blob/master/galaxy_importer/collection.py#L71 to retreive the storage backend url.
This works for backend AWS but not for Azure. It would be preferable if pulp-ansible passed this url to galaxy-importer, calculating using similar logic to pulpcore _serve_content_artifact() https://github.com/pulp/pulpcore/blob/8a77316d2d73dd31d6f47b964bf148a602da6a21/pulpcore/content/handler.py#L581
Actions
Provide backend storage url to galaxy-importer on collection import
fixes: #8486 https://pulp.plan.io/issues/8486