S3 bucket revamp/re-org

0

We are attempting to create an internal structure across our entire team on what buckets to use when. In order to do this, we need to restructure our buckets and which buckets/folders within those buckets files are in. Is there a way to do this without breaking all the links? (important info: I am VERY new to S3 and all things web storage. I tried to look through the training center and pretty much everything is over my head!)

1개 답변
0

Since you mention "links" and not "keys", I'm gonna assume you are hosting static website content on the bucket and need to be able to shift objects around without breaking compatibility.

Advanced Conditional Redirects should do what you're after. The first two example in this page will probably do exactly what you need when moving objects inside the same bucket.

When you are going cross-bucket, only object-level 301 redirects are supported, via the x-amz-website-redirect-location metadata property. Examples in the same page above.

Hope this helps!

AWS
답변함 2년 전

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

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

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

관련 콘텐츠