updated mobile media uploader logic to be more redundant
This commit is contained in:
@@ -38,6 +38,7 @@ export class R2StorageClient {
|
||||
this.s3Client = new S3Client({
|
||||
region: config.region,
|
||||
endpoint: config.endpoint,
|
||||
forcePathStyle: true,
|
||||
credentials: {
|
||||
accessKeyId: config.accessKey,
|
||||
secretAccessKey: config.secretKey,
|
||||
|
||||
Reference in New Issue
Block a user