S3 2.0.0

CAUTION

This version of the plugin is not compatible with older versions of the AWS SDK, if you are using any other eelDev AWS plugins you have to update them to version 2.0+

GENERAL

  • Updated AWS SDK to version 1.10.55
  • The upgrade from SDK 1.8 to 1.10 contains many changes to the SDK and may result in unforseen issues and bugs.
  • Always backup your project before updating
  • It’s recommended that you delete any old installations of this Plugin before upgrading.
  • Added global logging parameter LogAws to DefaultEngine.ini to enable AWS logging for all installed eelDev AWS plugins.

DefaultEngine.ini

[Core.Log]
LogAws=Verbose

S3 1.3.2

GENERAL

  • GetObject function will now append data when writing to disk if a file already exists, make sure you delete old existing files as it will no longer overwrite the file.
    This is useful when trying to download large files as chunks
  • New utility function “File Size on Disk
  • New utility function “ToString (int64)
  • New Downloading Large Files example
ToString