startCopyFromUri may fail against azurite with https
Open
- Dominant language
- TypeScript
- Stars
- 2.3k
- Forks
- 393
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 36
Description
start Azurite with https, following code would report 500 error.
```
const sasToken = await blobClient.generateSasUrl({
permissions: BlobSASPermissions.parse("r"),
expiresOn: tmr
});
const result = await (await newBlobClient.beginCopyFromURL(sasToken)).pollUntilDone();
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.