Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9345751
D7701.id27832.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
588 B
Subscribers
None
D7701.id27832.diff
View Options
diff --git a/swh/loader/cli.py b/swh/loader/cli.py
--- a/swh/loader/cli.py
+++ b/swh/loader/cli.py
@@ -102,7 +102,13 @@
visit_date = iso8601.parse_date(visit_date)
kw["visit_date"] = visit_date
- loader = get_loader(type, url=url, storage=conf["storage"], **kw)
+ loader = get_loader(
+ type,
+ url=url,
+ storage=conf["storage"],
+ metadata_fetcher_credentials=conf.get("metadata_fetcher_credentials"),
+ **kw,
+ )
result = loader.load()
msg = f"{result} for origin '{url}'"
directory = kw.get("directory")
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 3, 3:30 PM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3225309
Attached To
D7701: cli: Pass metadata_fetcher_credentials from the config to the loader
Event Timeline
Log In to Comment