문제

Is there any good way of creating and managing S3 policies and users from the command line of my Raspberry Pi?

도움이 되었습니까?

해결책

The AWS Universal Command Line Tools are newer and better supported. They rely on Python, so if you can get Python for Raspberry Pi, you should be set.

다른 팁

I have no experience of using it myself, but I found a tool for interacting with Amazon IAM, the access control service for AWS, in a manner that might work for you:

IAM Command Line Toolkit (note: last updated September 2010)

There may be more usable stuff under the IAM Resources section.

If you are unfamiliar with IAM, the documentation is one place to start. Although, knowing the general style of AWS documentation, there may be better resources and tutorials to be found elsewhere.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top