We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5132af4 commit 48a855cCopy full SHA for 48a855c
1 file changed
caltechdata_api/cli.py
@@ -364,8 +364,8 @@ def upload_supporting_file(record_id=None):
364
"Do you want to upload or link data files? (upload/link/n): "
365
).lower()
366
if choice == "link":
367
- endpoint = "sdsc.osn.xsede.org"
368
- path = "ini230004-bucket01/"
+ endpoint = "caltech2.osn.mghpcc.org"
+ path = "caltechdata-public/"
369
if not record_id:
370
write_s3cmd_config(endpoint)
371
print("""S3 connection configured.""")
0 commit comments