files property

Convenient getter for FileStorageClient:

Image and files have separate clients (e.g. images can be resized, whereas files cannot).

Once the upload is completed the URL of the file/image is returned and is ready for use.

The returned URL is served via CDN and can be requested by anyone.

In order to avoid resource enumeration attacks, a unique signature is added. Manipulating the returned URL will likely result in HTTP errors.

This API endpoint allows the uploading of files to, and deleting files from, a Stream-provided CDN.

Implementation

FileStorageClient get files;