Merge branch 'dev' into staging
This commit is contained in:
commit
c5f70021eb
@ -44,7 +44,7 @@ export default class OfficerRibService extends BaseService {
|
||||
Bucket: this.variables.SCW_BUCKET_NAME,
|
||||
Key: key, // Example: 'example.txt'
|
||||
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) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user