Azure / Azure/Azurite

startCopyFromUri may fail against azurite with https

Open
#2,579 1 comment 0 reactions 1 assignee Claimed by @EmmaZhu View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.