-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Store blobs #13
Comments
get_or_create fetches a URL, calculates its CID, and stores it for #13
Deprioritizing. Shipped remote blobs w/ |
This came up again recently: Bridgy Fed hit a case where (our best guess is) an image URL originally served one format, Not storing/hosting media has been convenient for us, for Reasons etc, but it's technically not ATProto compliant, since we can't guarantee that blobs are immutable, ie the URL we redirect cc @ericvolp12 |
Specifically, the post that triggered this was:
Maybe the original image here was WEBP, and the JPEG is a downstream transcoding, and the CMS does that transcoding in the background, after the article is published, and serves the original image until the JPEG is ready? Maybe a bit of a stretch, but not too much? I dunno. Here's our code for this: arroba/arroba/datastore_storage.py Lines 297 to 331 in b4e6911
|
Not a priority for Bridgy Fed or me otherwise personally, but we should probably implement blob storage,
uploadBlob
/getBlob
, etc.The text was updated successfully, but these errors were encountered: