AWSCore::S3

What is AWSCore::S3?

This plugin enables you to use Amazon S3 Services inside Unreal Engine 4 Blueprints!

  • Read more about Amazon S3 here
  • Amazon Simple Storage Service (Amazon S3) is an object storage service that offers industry-leading scalability, data availability, security, and performance

Purchase S3

Getting Started

After creating your S3 User, you can Initialize the AWSCore::S3 Plugin inside Unreal Engine 4!
Here is an example:

CALLBACK

Before calling ANY s3 functions you have to wait for the “Callback” to execute, if you invoke ANY s3 functions before this your project will assert

After Initializing the S3 Plugin (CreateS3Object), you are ready to invoke S3 functions!

Download the Example Project to see live examples on how to use the plugin!

Example Project

Getting Help