We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9065878 commit 5f1932cCopy full SHA for 5f1932c
api/src/services/Fedora.ts
@@ -271,6 +271,7 @@ export class Fedora {
271
const md5 = crypto.createHash("md5").update(data).digest("hex");
272
const sha = crypto.createHash("sha512").update(data).digest("hex");
273
const headers: Record<string, string> = {
274
+ "Overwrite-Tombstone": "true",
275
"Content-Disposition": 'attachment; filename="' + stream + '"',
276
"Content-Type": mimeType,
277
Digest: "md5=" + md5 + ", sha-512=" + sha,
0 commit comments