Transfer S3 bucket objects of Intelligent tiering to another s3 bucket of diff account

0

Hi, I am trying to copy all the data from bucket A to bucket B of different account . I have done by using aws cli command "aws s3 sync s3://DOC-EXAMPLE-BUCKET-SOURCE s3://DOC-EXAMPLE-BUCKET-TARGET". Then all the objects has been transferred except objects of intelligent tiering storage class. Please let me the exact process to copy that too.

已提问 1 年前465 查看次数
2 回答
0

Hi,

You can try to provide the --storage-class option as part of you command https://docs.aws.amazon.com/cli/latest/reference/s3/sync.html

profile picture
专家
已回答 1 年前
  • Is with that, objects already in Intelligent tiering in source bucket also moved directly to standard in destination bucket

  • Not sure if above is a question or if it helped working as intended, can you clarify?

0

Hi THere

Are the objects also in the Archive Access and Deep Archive Access tiers. If so, you first need to initiate a restore request before you can copy them. See https://docs.aws.amazon.com/AmazonS3/latest/userguide/intelligent-tiering-managing.html#restore-data-from-int-tier-archive

profile pictureAWS
专家
Matt-B
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则