Payload S3 Upload

screenshot of Payload S3 Upload
express
payloadcms

Send Payload CMS uploads to Amazon S3

Overview

The "Upload files to S3 in Payload CMS" plugin allows users to send uploaded files to Amazon S3 instead of saving them to the server file system. It also properly supports resized images. Users may choose to use this plugin instead of the official cloud storage plugin supported by the Payload team due to its ability to configure collection logic directly on the collection itself, rather than in a global configuration file.

Features

  • S3 Upload: Allows users to upload files to Amazon S3 instead of the server file system.
  • Resized Image Support: Provides proper support for resized images.
  • Collection Configuration: Allows users to configure collection logic directly on the collection itself.

Summary

The "Upload files to S3 in Payload CMS" plugin is a useful tool for users of the Payload CMS who want to store uploaded files on Amazon S3 instead of the server file system. It offers support for resized images and allows for collection configuration directly on the collection itself, providing a more convenient and efficient way to handle file uploads in Payload CMS.

express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.

payloadcms
Payloadcms

Payload is an open source, headless CMS and application framework built with TypeScript, Node.js, and React.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

graphql
Graphql

A website that uses GraphQL as a query language to manage data fetching and state management. This includes features such as a strongly typed schema, client-side caching, and declarative data fetching to streamline data management and optimize website performance.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.