user2402616
user2402616

Reputation: 1563

AWS upload files to S3 server using only ID and key

Is there any way I can load objects into buckets for a S3 server using my ID and Key given by an administrator? The AWS console login requires an email address and password as opposed to the latter.

Thanks in advance!

Upvotes: 1

Views: 209

Answers (1)

mihai.ciorobea
mihai.ciorobea

Reputation: 741

You can install the aws-cli: https://github.com/timkay/aws You have full access(EC2, ELB, S3) as in AWS console login only with the ID and KEY.

Upvotes: 2

Related Questions