Merge branch 'staging' into preprod

This commit is contained in:
Vins 2025-02-20 17:58:39 +01:00
commit 483874534b

View File

@ -44,7 +44,7 @@ export default class OfficerRibService extends BaseService {
Bucket: this.variables.SCW_BUCKET_NAME, Bucket: this.variables.SCW_BUCKET_NAME,
Key: key, // Example: 'example.txt' Key: key, // Example: 'example.txt'
Body: file.buffer, // Example: fs.createReadStream('/path/to/file') Body: file.buffer, // Example: fs.createReadStream('/path/to/file')
ACL: "public-read", // Optional: Set the ACL if needed ACL: "private", // Optional: Set the ACL if needed
}; };
return new Promise<string>((resolve, reject) => { return new Promise<string>((resolve, reject) => {