เราต้องการที่จะเข้าถึง s3api
ที่อธิบายไว้ใน อเมซอน เอกสารที่นี่:
http://docs.aws.amazon.com/cli/latest/userguide/using-s3api-commands.html
ตัวอย่างของคุณสมบัติที่เราจะใช้:
aws s3api put-bucket-acl --bucket MyBucket --grant-full-control 'emailaddress="user1@example.com",emailaddress="user2@example.com"'
--grant-read 'uri="http://acs.amazonaws.com/groups/global/AllUsers"'
หน้าการตั้งค่าที่เกี่ยวข้องเท่านั้นที่จะทำการติดตั้ง aws cli
หรือ aws s3
แต่ไม่ aws s3api
. ดังนั้นวิธีการดาวน์โหลด / ติดตั้ง s3api
?
s3api
: แค่ไม่ชัดเจน ฉันจะปิดคำถามนี้และถามคำถามอื่น