We deprecated the Media Manager's getFileUrl() API, and replaced it with the new getDownloadFileUrl() API. Note that the new getDownloadUrl() API contains the following additional parameters:
expirationTime: The time (in minutes) it takes for the download URL to expire.
downloadedFileName: The downloaded file's name.
expiredTokenRedirectUrl: The redirect URL for when the download URL with a token has expired.
:) Just integrated with AWS bucket because these "expirationTime" was not exist. Should I change to Wix APIs? or should I keep my AWS integration?