refactor: rename getSignedUrl to getPublicUrl for clarity in storage functions
This commit is contained in:
@@ -74,7 +74,6 @@ export class S3StorageAdapter implements StorageProvider {
|
||||
Bucket: this.bucketName,
|
||||
Key: key,
|
||||
ContentType: contentType,
|
||||
ACL: ObjectCannedACL.public_read,
|
||||
});
|
||||
|
||||
return await getSignedUrl(this.s3Client, command, { expiresIn: 3600 });
|
||||
|
||||
Reference in New Issue
Block a user