lint
This commit is contained in:
@@ -7,7 +7,7 @@ export interface S3UploadResult {
|
||||
export interface S3UploadOptions {
|
||||
contentType: string;
|
||||
metadata?: Record<string, string>;
|
||||
acl?: "private" | "public-read" | "public-read-write";
|
||||
acl?: 'private' | 'public-read' | 'public-read-write';
|
||||
}
|
||||
|
||||
export interface S3DownloadOptions {
|
||||
|
||||
Reference in New Issue
Block a user