Page MenuHomePhabricator

Deleted object fetcher

Authored By
MatthewVernon
Jan 24 2024, 3:35 PM
Size
303 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
14498438
Default Alt Text
Deleted object fetcher (303 B)

Event Timeline