Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace sas token while uploading to blob storage #58

Closed
mrcnw opened this issue Jan 18, 2019 · 2 comments
Closed

replace sas token while uploading to blob storage #58

mrcnw opened this issue Jan 18, 2019 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@mrcnw
Copy link

mrcnw commented Jan 18, 2019

Which service(blob, file, queue, table) does this issue concern?

Blob

Which version of the SDK was used?

lastest

What's the Node.js/Browser version?

chrome

What problem was encountered?

Is there any possibility to replace SAS_TOKEN while uploading to Blob Storage? Below I will describe exactly the problem.

Example:
Our expire time of token is 24 min. I would like to upload 10GB file and it will take about 1 hour with my network connection. After 24 min upload fails with response 401 (auth issues) - token expired. Is there any possibility to replace after 23 min of uploading with new valid sas token? It is just the question, ofc we could extend the lifetime of token to 1hr or 2hrs, but I would like not to do that.

23 mins with token A
23 - 46 mins with token B
etc.

Steps to reproduce the issue?

Have you found a mitigation/solution?

no

@ghost
Copy link

ghost commented Jan 18, 2019

+1
Looking for the same solution = dynamic prolongation of SAS token validity when a big file is being uploaded

@XiaoningLiu
Copy link
Member

XiaoningLiu commented Jan 21, 2019

@XiaoningLiu XiaoningLiu self-assigned this Jan 21, 2019
@XiaoningLiu XiaoningLiu added the question Further information is requested label Jan 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants