-
Notifications
You must be signed in to change notification settings - Fork 4
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
Managing files from AWS s3 #146
Comments
@Libisch following our discussion -
|
Done. see #165 |
@Libisch if it's done, please assigne to @TheGrandVizier for QA (if needed) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Overview
Images scraped using Scrapy (from Bagnowka for example) are uploaded to AWS s3, not to google storage (were all the photos are currently stored). Even though the correct
main_image_url
is specified.in /bhs_api/item.py:
Expected
The main image url should not be referring to gcs if other storage is specified in
main_image_url
.Actual
The API returns
PictureId
appended to the storage.googleapis uri:#131
The text was updated successfully, but these errors were encountered: