<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ops Insights – S3</title><link>https://docs.makgol.com/s3/</link><description>Recent content in S3 on Ops Insights</description><generator>Hugo -- gohugo.io</generator><language>ko-KR</language><copyright>© 2026 Mont</copyright><lastBuildDate>Mon, 07 Sep 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://docs.makgol.com/s3/index.xml" rel="self" type="application/rss+xml"/><item><title>S3 계정 간 복사 — aws s3 sync · rclone · rsync</title><link>https://docs.makgol.com/s3/01-cross-account-copy-tools/</link><pubDate>Mon, 07 Sep 2026 00:00:00 +0000</pubDate><guid>https://docs.makgol.com/s3/01-cross-account-copy-tools/</guid><description>
&lt;h1&gt;01 · 계정 간 복사 — aws s3 sync · rclone · rsync는 어디서 갈리나&lt;/h1&gt;&lt;div class="hx:overflow-x-auto hx:mt-6 hx:flex hx:rounded-lg hx:border hx:py-2 hx:ltr:pr-4 hx:rtl:pl-4 hx:contrast-more:border-current hx:contrast-more:dark:border-current hx:border-blue-200 hx:bg-blue-100 hx:text-blue-900 hx:dark:border-blue-200/30 hx:dark:bg-blue-900/30 hx:dark:text-blue-200"&gt;
&lt;div class="hx:ltr:pl-3 hx:ltr:pr-2 hx:rtl:pr-3 hx:rtl:pl-2"&gt;&lt;svg height=1.2em class="hx:inline-block hx:align-middle" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" aria-hidden="true"&gt;&lt;path stroke-linecap="round" stroke-linejoin="round" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"/&gt;&lt;/svg&gt;&lt;/div&gt;
&lt;div class="hx:w-full hx:min-w-0 hx:leading-7"&gt;
&lt;div class="hx:mt-6 hx:leading-7 hx:first:mt-0"&gt;&lt;ul&gt;
&lt;li&gt;rsync는 선택지가 아니다. S3 API를 모르니 FUSE 마운트가 필요하고 그 위에서는 델타 전송·rename·mtime이 전부 무너진다.&lt;/li&gt;
&lt;li&gt;소규모 일회성 복사는 &lt;code&gt;aws s3 sync&lt;/code&gt;. 서버사이드 CopyObject라 데이터가 내 머신을 거치지 않고 같은 리전이면 요청 요금만 낸다.&lt;/li&gt;
&lt;li&gt;객체 수십만 개 이상이거나 반복 동기화면 &lt;code&gt;rclone&lt;/code&gt;. 단 &lt;code&gt;--server-side-across-configs&lt;/code&gt;가 없으면 에러 없이 다운로드→업로드로 돌아서고 mtime 비교는 객체마다 HEAD를 한 번씩 더 부른다.&lt;/li&gt;
&lt;li&gt;셋 다 현재 버전만 옮기고 태그·ACL·스토리지 클래스는 도구마다 다르게 잃는다. 버전 이력까지 보존해야 하면 S3 Replication(Batch Replication)으로 간다.&lt;/li&gt;
&lt;li&gt;계정 간이면 도구와 무관하게 SSE-KMS 키 정책과 Object Ownership 설정이 먼저 걸린다.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;기준일은 2026-09-07, 요금은 버지니아 북부(us-east-1) S3 Standard 기준입니다.&lt;/p&gt;</description></item></channel></rss>