method
S3File.delete
Deletes the file from S3.
@returns
Promise that resolves when deletion is complete
// Basic deletion
await file.delete();method
Deletes the file from S3.
Promise that resolves when deletion is complete
// Basic deletion
await file.delete();