Amplify CLI plugin for adding cloud storage (S3, DynamoDB) and managing access policies. Current stable version is 2.13.0. Released as part of the Amplify CLI ecosystem. Key differentiator: integrates with Amplify's auth and API categories for seamless full-stack development. Does not support non-AWS storage backends. Maintenance status is legacy; newer projects should use the modular `aws-amplify` and `@aws-amplify/storage` packages.
npm install amplify-category-storageNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Add and deploy S3 storage with authentication using Amplify CLI.
Migrate to AWS Amplify Gen 2: remove this plugin and add @aws-amplify/storage via npm.
Plan bucket names carefully before deployment.
Run 'amplify add auth' before 'amplify add storage'.
Use a name that includes a project-specific prefix or use the auto-generated name.
Use npm or Yarn Classic (v1).
Run 'amplify init' again or manually restore the amplify/team-provider-info.json and amplify/backend/amplify-meta.json files.
Use a different bucket name.
Run 'amplify add auth' first, then 'amplify add storage'.
Ensure your AWS profile has CloudFormation, S3, and Cognito permissions.