Bug Report #1655280906974

OS info

Problem description

…validation error region not found on creation of an S3 bucket

Steps to reproduce

  1. in globals add S3 storage
  2. choose AWS or DO
    3.enter in access keys and secrets click save
  3. validation error appear the json file does not contain the endpoint or other information in the options section

error file contents

{

  "name": "aws",

  "module": "s3",

  "action": "provider",

  "options": {}

}

Normal file contents

{

  "name": "dostorage",

  "module": "s3",

  "action": "provider",

  "options": {

    "service": "digitalocean",

    "endpoint": "ams3.digitaloceanspaces.com",

    "accessKeyId": "Hidden in post",

    "secretAccessKey": "Hidden in post normal in file"

  }

}
Community Page
Last updated: