Data download S3

0

How can I download S3 bucket data shared by somoene on my S3 bucket? I have been given access key id and secret access key by the person who has shared the bucket.

gefragt vor einem Jahr366 Aufrufe
1 Antwort
0

You can download a single object per request using the Amazon S3 console. To download multiple objects, use the AWS CLI, AWS SDKs, or REST API.

aws s3api get-object --bucket DOC-EXAMPLE-BUCKET1 --key dir/my_images.tar.bz2 my_downloaded_image.tar.bz2

Please find this link to get more detail on this.

https://docs.aws.amazon.com/AmazonS3/latest/userguide/download-objects.html

profile pictureAWS
beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen