property
S3File.unlink
unlink: () => Promise<void>
Alias for delete(), matching the Node.js fs API naming.
await file.unlink();property
Alias for delete(), matching the Node.js fs API naming.
await file.unlink();