Почему при использовании aws s3 get выдается ошибка methodnotallowed? - PullRequest
0 голосов
/ 30 октября 2018

Я могу использовать 'aws cp', чтобы скопировать файл из корзины S 3, когда я пытаюсь получить на нем объект get, я получаю ошибку MethodNotAllowed

[root@ip-10-205-142-73 rshan]# aws s3api --region  "us-east-1"  get-object --bucket mys3bucket-us-east-1-pp --key file1.encrypted --version-id oRhjdDYkojS5X_rj1jj /home/file1.encrypted
An error occurred (MethodNotAllowed) when calling the GetObject operation: The specified method is not allowed against this resource.
...