Skip to content

Commit

Permalink
fix: S3 directory for LODS
Browse files Browse the repository at this point in the history
  • Loading branch information
aleortega committed Mar 13, 2024
1 parent e8da0ab commit 527c2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consumer-server/src/logic/conversion-task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export async function executeLODConversion(components: Pick<AppComponents, 'logs
return
}

await uploadDir(components.cdnS3, cdnBucket, outDirectory, $AB_VERSION, {
await uploadDir(components.cdnS3, cdnBucket, outDirectory, 'LOD', {
concurrency: 10,
matches: [
{
Expand Down

0 comments on commit 527c2e2

Please sign in to comment.