Create aws_secret_access_key for S3 bucket

0

Hi all, I'm very new to this, and got very lost in the docs, so likely what I want is "obvious", but I'm afraid I must beg help with it, or at least with finding a document that describes the path I should take. See the tl;dr below if you don't think the background is helpful.

background-------------------

In the past, I have used an S3 bucket created and owned by another company. I uploaded data to it using the "aws s3 sync" command line tool. This did a good job of retries (important since in a typical 200GB upload from a consumer-grade ISP connection, some things would inevitably fail and retries are important.

As part of this, I the company had given me an aws_access_key_id and aws_secret_access_key to make the connection.

Fast forward to the present day. I created a bucket of my own, and started copying data into it using the web page tool s3.console.aws.amazon.com/s3/<myBucket>/upload... this works tolerably well, but doesn't do the "sync" like operation, which leaves me trawling through a couple of hundred files in a directory structure trying to work out what needs a retry.

tl;dr ----------------------------

So, to my actual goal (I think). I need to access this using the "aws s3 sync:" command line tool, but for that I need to create a key. I cannot see how to do this. Can someone help, please?
TIA
Toby

질문됨 3년 전284회 조회
1개 답변
0

In case it helps others, the key is not created for the bucket, nor even for the S3 service. It's created for an IAM-user. So, of course, I was looking in all the wrong places. Then that user must be granted the appropriate permissions.

답변함 3년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠