Optional
options: S3FileDeleteOptions = {}DeleteObject
.
- versionId
not supported.Check if a file exists in the bucket. Uses HEAD
request to check existence.
Uses HeadObject
.
Get the stat of a file in the bucket. Uses HEAD
request to check existence.
Uses HeadObject
.
Optional
signal?: AbortSignalSignal to abort the request.
Optional
type?: stringContent-Type of the file.
Delete a file from the bucket.