Storage playground
Files SDK 1.7Exercise the current adapter method set against any storage provider: upload, download, head, list, url, signedUploadUrl, copy, and delete. Bundled sample payloads make it easy to round-trip.
Credentials POST with each call, never persisted or logged. Azure/Supabase auto-fill from .env when set.
Missing required
Microsoft Azure Storage Blob — buckets are called containers.
Provider docs- The container must already exist. The SDK does not create it.
- If publicBaseUrl is not set, url() will return a Shared Key SAS URL.
DefaultEndpointsProtocol=https;AccountName=…;AccountKey=…;EndpointSuffix=core.windows.net
Optional — set when the container is public or a CDN sits in front.
await files.upload("azure-blob/file", file, { contentType });Drop a file or browse
Sample: