Fixed other instances of same issue
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
This commit is contained in:
@@ -306,7 +306,7 @@ export class AwsS3Publish implements PublisherBase {
|
||||
? entityTriplet
|
||||
: lowerCaseEntityTriplet(entityTriplet);
|
||||
|
||||
const entityRootDir = path.join(this.bucketRootPath, entityDir);
|
||||
const entityRootDir = path.posix.join(this.bucketRootPath, entityDir);
|
||||
|
||||
const stream = this.storageClient
|
||||
.getObject({
|
||||
@@ -396,7 +396,7 @@ export class AwsS3Publish implements PublisherBase {
|
||||
? entityTriplet
|
||||
: lowerCaseEntityTriplet(entityTriplet);
|
||||
|
||||
const entityRootDir = path.join(this.bucketRootPath, entityDir);
|
||||
const entityRootDir = path.posix.join(this.bucketRootPath, entityDir);
|
||||
|
||||
await this.storageClient
|
||||
.headObject({
|
||||
|
||||
Reference in New Issue
Block a user