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 55682ba commit d211380Copy full SHA for d211380
hpc_provisioner/src/hpc_provisioner/aws_queries.py
@@ -447,7 +447,7 @@ def create_dra(
447
BatchImportMetaDataOnCreate=True,
448
ImportedFileChunkSize=1024,
449
S3=s3_config,
450
- ClientRequestToken=f"{filesystem_id}-{vlab_id}-{project_id}-{mountpoint.split('/')[-1]}",
+ ClientRequestToken=f"{vlab_id}-{project_id}-{mountpoint.split('/')[-1]}",
451
Tags=[
452
{"Key": "Name", "Value": f"{filesystem_id}-{mountpoint}"},
453
{"Key": BILLING_TAG_KEY, "Value": BILLING_TAG_VALUE},
0 commit comments