Skip to content

Commit

Permalink
cont
Browse files Browse the repository at this point in the history
  • Loading branch information
chaen committed Feb 12, 2024
1 parent 312526d commit f212843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DIRAC/DataManagementSystem/Client/FTS3Job.py
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ def _constructTransferJob(self, pinTime, allLFNs, target_spacetoken, protocols=N
res = gTokenManager.getToken(
userGroup="lhcb_data",
requiredTimeLeft=3600,
scope=[f"storage.modify:/{dstTokenPath}", "offline_access"],
scope=[f"storage.modify:/{dstTokenPath}", f"storage.read:/{dstTokenPath}", "offline_access"],
)
if not res["OK"]:
return res
Expand Down

0 comments on commit f212843

Please sign in to comment.