Protected Readonly blobsProtected configDelete existing file.
Returns signed url for an existing file.
Optional options: SignedUrlOptionsReturns file's size and modification date.
Prepends content to a file.
WARNING: It's pretty inefficient as it copies the file to a temp file and then back to the original file. Try to avoid using this method at least for large files.
In-memory storage driver. Useful for testing. It does not persist data between runs, DO NOT USE IN PRODUCTION.