Slide 9
Slide 9 text
● s3cmd sync
○ Basically, sync based on MD5 information.
○ (!) Over 15MB files, using only filesize.
○ Our 30,000 files, 60GB = 8 min to dry-run.
( env : i7 2500K + SATA HDD to bucket in tokyo )
● s3cmd sync --cf-invalidate
○ Call invalidation API automatically.
○ (!) Simultaneous invalidation is up to 3.
○ (!) Free for ~1,000 files per month.
○ Check it up by s3cmd cfinvalinfo
How it works? (cont.)