Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing required key 'Bucket' in params #17

Open
yogo1212 opened this issue Jul 4, 2023 · 1 comment
Open

Missing required key 'Bucket' in params #17

yogo1212 opened this issue Jul 4, 2023 · 1 comment

Comments

@yogo1212
Copy link

yogo1212 commented Jul 4, 2023

  upload: {
    config: {
      provider: 'strapi-provider-upload-do',
      providerOptions: {
        key: env('DO_SPACE_ACCESS_KEY'),
        secret: env('DO_SPACE_SECRET_KEY'),
        endpoint: env('DO_SPACE_ENDPOINT'),
        space: env('DO_SPACE_BUCKET'),
        cdn: env('DO_SPACE_CDN'),
        directory: env('DO_SPACE_DIR'),
      },
    },
  },
MissingRequiredParameter: Missing required key 'Bucket' in params
     at ParamValidator.fail (/app/node_modules/@strapi/provider-upload-aws-s3/node_modules/aws-sdk/lib/param_validator.js:50:37)
@ke11
Copy link

ke11 commented May 19, 2024

DO_SPACE_BUCKET is missing probably

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants