Skip to main content

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