Skip to main content
← Back to plugins
AWS S3

AWS S3

Store images and other assets in AWS S3

Version3.5.5
Compatibility^3.0.0
CategoryStorage
Downloads38.1K monthly
Last updatedMar 26, 2026

No documentation available.

Documentation

Prerequisite

The AssetServerPlugin is part of a standard Vendure installation, but if it is not already installed, you must install it:

npm install @vendure/asset-server-plugin

Install AWS SDKs

Before using this strategy, make sure you have the @aws-sdk/client-s3 and @aws-sdk/lib-storage package installed:

npm install @aws-sdk/client-s3 @aws-sdk/lib-storage

Configure the AssetServerPlugin for S3

Ts

Complete documentation

See the S3AssetStorageStrategy docs for full documentation.