🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@maas/payload-plugin-aws-rekognition

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maas/payload-plugin-aws-rekognition

> [!CAUTION] > > # This plugin is not ready for production use! > > This plugin is under experimental development and is not yet ready for production use. It is intended for testing and feedback purposes only. Please use it at your own risk and be aware t

latest
npmnpm
Version
0.0.2
Version published
Maintainers
2
Created
Source

Amazon Rekognition Payload Plugin

[!CAUTION]

This plugin is not ready for production use!

This plugin is under experimental development and is not yet ready for production use. It is intended for testing and feedback purposes only. Please use it at your own risk and be aware that it may contain bugs or other issues that could affect its performance or reliability.

Installation

pnpm install @maas/payload-plugin-mux

Usage

import { buildConfig } from 'payload/config'
import { awsRekognitionPlugin } from '@maas/payload-plugin-aws-rekognition'

const config = buildConfig({
  // ... other config options
  plugins: [
    // ... other plugins
    awsRekognitionPlugin({
      enabled: true,
      imagesCollection: 'images', // The slug of the collection where images are stored
      tagsCollection: 'tags', // The slug of the collection where tags are stored
      aws: {
        region: process.env.AWS_REGION!,
        credentials: {
          accessKeyId: process.env.AWS_ACCESS_KEY_ID!,
          secretAccessKey: process.env.AWS_SECRET_ACCESS_KEY!,
        },
      },
      debug: true,
    }),
  ],
})

Keywords

payload

FAQs

Package last updated on 18 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts