Skip to content

Instantly share code, notes, and snippets.

@koriym
koriym / two-interviews-with-the-founder-of-deepseek.md
Last active February 23, 2025 00:41
The Madness of High-Flyer: The Approach to LLM by an AI Giant that Few See
@yukihirai0505
yukihirai0505 / wp_offload_s3_migration.md
Created January 24, 2019 08:28
WP Offload S3 Liteを導入したときに既存の画像をS3にアップロードしてpostmetaも追加する

まずS3にファイルをごっそり移動 すでにプラグイン導入後にS3登録済みの画像も一緒に登録されるがおかまいなし

aws configure
aws s3 sync wp-content/uploads/ s3://your-bucket-name/wp-content/uploads/

この記事によるとwpコマンドを使用するのが美しいとあるがいかんせん遅い -> より美しくWP Offload S3 Liteに既存のメディアを登録する方法