We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3308f11 commit 5adb745Copy full SHA for 5adb745
1 file changed
ckanext/dc_serve/serve.py
@@ -160,7 +160,7 @@ def get_resource_basins_dicts_private(resource_id):
160
for artifact in ["condensed", "resource"]:
161
signed_url = s3cc.create_presigned_url(resource_id, artifact=artifact)
162
basin_dicts.append({
163
- "name": f"dcor-presigned-{artifact}-{resource_id[:5]}",
+ "name": f"{artifact}-{resource_id[:5]}",
164
"format": "http",
165
"type": "remote",
166
"mapping": "same",
0 commit comments