Skip to content

Commit 3a992a9

Browse files
committed
TCLOUD-4780: Remove --if-none-match as it seems unsupported
1 parent 8f8e957 commit 3a992a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/scripts/generate_redirects.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ const createNewS3ObjectAsync = async (dryRun, bucket, prefix, subPath, metadata,
116116
'--key', fullPath,
117117
'--body', newFileTemplate,
118118
'--content-type', 'text/html',
119-
'--if-none-match', fullPath,
120119
...metadataArgs({...metadata, 'redirect-failure': 'not-found'})
121120
];
122121
const result = await (dryRun ? dryRunSuccess(cmd) : spawnAsync(cmd));

0 commit comments

Comments
 (0)