S3 Handling
The methods in the S3 Handling service (also known as the legacy Global File service) are used to access the files uploaded to the Custom Config | Files section of the portal.
Using these methods you can, among other things, determine if files have been updated and retrieve the URL to download them.
This service has been deprecated. It is recommended that apps move to the new GlobalFiles (i.e. GlobalFilesV3) service.
📄️ GetCDNUrl
This method was added to support clients (like very old versions of Unity - i.e. circa 2016) that cannot handle HTTP Redirects. This method allows clients to pre-resolve the CDN endpoint for the file to download.
📄️ GetFileList
Retrieves the details of custom files stored on the server.
📄️ GetUpdatedFiles
Using the array of file details sent, returns the current details of any of those files as well as an indication as to whether the file has changed via the "updated" flag.
📄️ SysMoveToLegacyGlobalFile
Copies the specified User File to the legacy Global File system.