Skip to content

Commit

Permalink
fix: use eics3 instead of deprecated dtn01
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc committed Jan 28, 2024
1 parent 3869b54 commit 8ce6084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/diffractive_vm/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ from snakemake.remote.S3 import RemoteProvider as S3RemoteProvider


S3 = S3RemoteProvider(
endpoint_url="https://dtn01.sdcc.bnl.gov:9000",
endpoint_url="https://eics3.sdcc.bnl.gov:9000",
access_key_id=os.environ["S3_ACCESS_KEY"],
secret_access_key=os.environ["S3_SECRET_KEY"],
)
Expand Down

0 comments on commit 8ce6084

Please sign in to comment.