Page MenuHomePhabricator

Deleted object fetcher

Authored By
MatthewVernon
Jan 25 2024, 10:17 AM
Size
305 B
Referenced Files
None
Subscribers
None

Deleted object fetcher

while IFS=$'\t' read -r objname objhash ; do
ext=${objname##*.}
objpath="${objhash:0:1}/${objhash:1:1}/${objhash:2:1}/${objhash}.${ext,,}"
container="wikipedia-commons-local-deleted.${objhash:0:2}"
swift download -o "album_covers/${objname}" "${container}" "${objpath}"
done < album_covers_hashes

File Metadata

Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14499739
Default Alt Text
Deleted object fetcher (305 B)

Event Timeline