feat: Add support for uploading media in admin (#7564)

This commit is contained in:
Stevche Radevski
2024-05-31 13:11:34 +02:00
committed by GitHub
parent 11528526fa
commit cec9af1b80
11 changed files with 106 additions and 20 deletions
@@ -99,6 +99,7 @@ export class S3FileService extends AbstractFileProviderService {
// protected private_secret_access_key_: string
// ACL: options.acl ?? (options.isProtected ? "private" : "public-read"),
ACL: "public-read",
Bucket: this.config_.bucket,
Body: content,
Key: fileKey,