Skip to content

Commit 48a855c

Browse files
committed
Update link to production
1 parent 5132af4 commit 48a855c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

caltechdata_api/cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,8 @@ def upload_supporting_file(record_id=None):
364364
"Do you want to upload or link data files? (upload/link/n): "
365365
).lower()
366366
if choice == "link":
367-
endpoint = "sdsc.osn.xsede.org"
368-
path = "ini230004-bucket01/"
367+
endpoint = "caltech2.osn.mghpcc.org"
368+
path = "caltechdata-public/"
369369
if not record_id:
370370
write_s3cmd_config(endpoint)
371371
print("""S3 connection configured.""")

0 commit comments

Comments
 (0)