Using AWS S3 Java SDK on a WebGL Project

I’m trying to get pulling images from an S3 bucket working with a Unity WebGl project.

I can pull the images fine in the editor but when I go to build the project I get the same error in the javascript console as the guy in this thread;

’ArgumentNullException: Argument cannot be null. Parameter name: stream’

The last post in this thread recommends they use the AWS Javascript SDK. Is it possible to use the AWS Javascript SDK in a Unity WebGL project?

I only need to achieve very limited functionality. To pull an image from a bucket and to stream a video from a bucket.

Were you able to resolve this with AWS Javascript SDK? @danielos1996