Skip to main content

33 posts tagged with "s3"

s3

View All Tags

S3 1.0.2

· One min read
Developer
  • Added logging to console from AWS SDK
  • Plugin now uses Unreal Engines memory management

Enable Logging

DefaultEngine.ini

[Core.Log] LogAwsS3=Verbose

S3: Creating a AWS S3 User

· One min read
Developer

Go to https://console.aws.amazon.com/iam/ and login to your Amazon Account and access the IAM Console

Click on “Users” and then “Add User“

Name your user user and check “Programmatic Access“

On the next screen click on “Attach existing policies directly” and search for S3, select "AmazonS3FullAccess".

You can skip the “Tags” page

Verify your settings and click on “Create User“

These are the security keys that you will have to enter in Unreal Engine to access S3 functionality!