Skip to main content

33 posts tagged with "s3"

s3

View All Tags

S3 1.1.6

· One min read
Developer

General

  • Client Objects are now constructed asynchronously, projects should no longer “hang” for several seconds due to slow DNS resolving. However, you must wait until the Client object has been constructed! See included image below for an example.
  • Fixed setting ACL parameter when invoking the "PutObject" function
    Thanks to Graw for reporting this

S3 1.1.1

· One min read
Developer

General

  • Updated AWS CPP SDK: 1.8.118

Android

  • armeabi-v7a is no longer supported

IOS

  • Added IOS support, available with UE4.25 and above

S3 1.0.5

· One min read
Developer

General

  • Fixed a crash on server shutdown
    Thanks to noggs for the fix
  • Added client ssl certificate
  • Fixed android warnings