Azure / azure-storage-python

Microsoft Azure Storage Library for Python
https://azure-storage.readthedocs.io
MIT License
338 stars 240 forks source link

[File][Bug]Fix File Url #611

Closed xiafu-msft closed 5 years ago

xiafu-msft commented 5 years ago

Currently when the sas token starts with '?' there will be two '?' in the file url. This commit is to fix the bug.

codecov-io commented 5 years ago

Codecov Report

Merging #611 into dev will decrease coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #611      +/-   ##
==========================================
- Coverage   86.94%   86.92%   -0.03%     
==========================================
  Files          52       52              
  Lines        4903     4903              
  Branches      528      528              
==========================================
- Hits         4263     4262       -1     
  Misses        470      470              
- Partials      170      171       +1
Impacted Files Coverage Δ
...ure-storage-file/azure/storage/file/fileservice.py 93.28% <100%> (ø) :arrow_up:
...torage-blob/azure/storage/blob/_upload_chunking.py 71.96% <0%> (-0.38%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2b50f5c...9072411. Read the comment docs.