Merge pull request #4169 from backstage/orkohunter/url-reader-no-guessing-archve-name

fix(backend): URL Reader should not hardcode the archive filename, use response header instead
This commit is contained in:
Patrik Oldsberg
2021-01-20 19:48:02 +01:00
committed by GitHub
8 changed files with 107 additions and 22 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-common': patch
---
URL Reader: Use API response headers for archive filename in readTree. Fixes bug for users with hosted Bitbucket.