Const
Named constants for how metadata is handled during a file copy.
Readonly
Preserve the source file's contentType and fileInfo.
Use the values provided in the copy request.
await bucket.copyFile({ ..., metadataDirective: MetadataDirective.Replace }) Copy
await bucket.copyFile({ ..., metadataDirective: MetadataDirective.Replace })
Named constants for how metadata is handled during a file copy.