You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current Azure Blob Storage code requires that the user previously logged in with the azcopy command for uploading and downloading. Remove this requirement to avoid users needing to login multiple times.
We currently reference the bucket(container)/path with a plain URL:
The current Azure Blob Storage code requires that the user previously logged in with the
azcopy
command for uploading and downloading. Remove this requirement to avoid users needing to login multiple times.We currently reference the bucket(container)/path with a plain URL:
DukeDSClient/ddsc/azure/api.py
Line 163 in 0b4eb27
DukeDSClient/ddsc/azure/api.py
Line 173 in 0b4eb27
If we used a SAS URL to reference the bucket(container)/path there would be no need to login with azcopy.
DukeDSClient/ddsc/azure/api.py
Lines 135 to 139 in 0b4eb27
We are not currently doing so because the test environment does not currently allow creating SAS URLs.
The text was updated successfully, but these errors were encountered: