Skip to content

Commit 5adb745

Browse files
committed
reg: correct basin name
1 parent 3308f11 commit 5adb745

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ckanext/dc_serve/serve.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def get_resource_basins_dicts_private(resource_id):
160160
for artifact in ["condensed", "resource"]:
161161
signed_url = s3cc.create_presigned_url(resource_id, artifact=artifact)
162162
basin_dicts.append({
163-
"name": f"dcor-presigned-{artifact}-{resource_id[:5]}",
163+
"name": f"{artifact}-{resource_id[:5]}",
164164
"format": "http",
165165
"type": "remote",
166166
"mapping": "same",

0 commit comments

Comments
 (0)