This plugin provides seamless integration between Unreal Engine and Amazon S3, enabling developers to upload, download, and manage files using AWS S3 storage. All operations are asynchronous and optimized for performance.
Note: This product is intended only for users who need a quick and simple implementation of basic S3 features. It is a very streamlined solution compared to the full AWS S3 SDK. This plugin is an excellent choice for developers who want to get started quickly. For more advanced functionality, please consider using a more comprehensive S3 plugin. This plugin covers only four core features:
Core Features
Upload Files to S3 Bucket
Upload files from the local file system to a specified S3 bucket. Supports metadata and content-type headers.
Download Files from S3 Bucket
Download files from an S3 bucket for use in your project (e.g., loading dynamic assets or saving game data).
List Buckets
Retrieve a list of all S3 buckets associated with the configured AWS credentials.
List Objects in a Bucket
List all objects (files) in a specified bucket, including relevant metadata such as size and last modified timestamp.