Facing Error - Storage location format error. Verification failed. Check and try again

已完成

评论

4 条评论

  • Nehal

    I am facing the same problem, any assistance would be appreciated.

    2
    评论操作 固定链接
  • DJI Developer Support
    The storage information in the following format is correct. Additionally, it's recommended that you use AWS's SDK to test whether your configuration details are accurate. {"access_key_id":"XXXXXXXXXXXXXXXXXX","access_key_secret":"XXXXXXXXXXXXXXXXXX","bucket":"XXXXXXXXX","region":"XX-XX-1","arn":"arn:aws:iam::XXXXXXXXX:role/XXXXXX","policy":"{\n\"Version\": \"1012-10-17\",\n\"Statement\":[\n{\n\"Sid\":\"VisualEditor0\",\n\"Effect\": \"Allow\",\n\"Action\":[\n\"s3:PutObject\",\n\"s3:GetEncryptionConfiguration\",\n\"s3:GetBucketLocation\",\n\"s3:PutObjectAcl\"\n],\n\"Resource\":[\n\"arn:aws:s3:::*/\",\n \"arn:aws:s3:::XXXXXXXXX\"\n]\n}\n]\n}","role_session_name":"STS_TOKEN","provider":"aws"}
    -1
    评论操作 固定链接
  • DJI Developer Support
    Also, you can go ahead and conduct the test without filling in the policy field. Just like the following: { "access_key_id":"XXXXXXXXXXXXXXXXXX", "access_key_secret":"XXXXXXXXXXXXXXXXXX", "bucket":"XXXXXXXXX", "region":"XX-XX-1", "arn":"arn:aws:iam::XXXXXXXXX:role/XXXXXX", "role_session_name":"STS_TOKEN", "provider":"aws" }
    1
    评论操作 固定链接
  • DJI Developer Support
    Also, you can go ahead and conduct the test without filling in the policy field. Just like the following: { "access_key_id":"XXXXXXXXXXXXXXXXXX", "access_key_secret":"XXXXXXXXXXXXXXXXXX", "bucket":"XXXXXXXXX", "region":"XX-XX-1", "arn":"arn:aws:iam::XXXXXXXXX:role/XXXXXX", "role_session_name":"STS_TOKEN", "provider":"aws" }
    -1
    评论操作 固定链接

请先登录再写评论。