Skip to content

Commit d85f5ec

Browse files
committed
IDEV-2011: Add download endpoints for nod and nad.
1 parent e3e76ac commit d85f5ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

domaintools/utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,9 @@ def convert_str_to_dateobj(string_date: str, date_format: Optional[str] = "%Y-%m
175175
def get_feeds_products_list():
176176
return [
177177
"newly-active-domains-feed-(api)",
178+
"newly-active-domains-feed-(s3)",
178179
"newly-observed-domains-feed-(api)",
180+
"newly-observed-domains-feed-(s3)",
179181
"domain-registration-data-access-protocol-feed-(api)",
180182
"domain-registration-data-access-protocol-feed-(s3)",
181183
"real-time-domain-discovery-feed-(api)",

0 commit comments

Comments
 (0)