lundi 29 juin 2015

Ghost CMS Using AWS S3 GET Uploaded image

I am having an issue trying to display the right path for the image that is being uploaded. For some reason I see the POST method come through and can see that a directory was created within AWS S3 with the paths to the image, but for some reason, I see three GET requests. The first two are identical, loading an image found in the "Jun" directory, but the third request is searching for the image in the "jun" directory. It appears that Ghost is using that 3rd GET file path to load the images. Is there any reason why there are three GET requests and the last being a lowercase path that breaks?

Terminal Output:

POST /ghost/api/v0.1/uploads/ 200 457.752 ms - 122
GET /ghost-blogpost-images.s3-website-us-east-1.amazonaws.com2015/Jun/Screen_Shot_2015_06_29_at_10_29_02_AM-1435598251158.png 301 2.768 ms - -
GET /ghost-blogpost-images.s3-website-us-east-1.amazonaws.com2015/Jun/Screen_Shot_2015_06_29_at_10_29_02_AM-1435598251158.png/ 301 5.303 ms - 156
GET /ghost-blogpost-images.s3-website-us-east-1.amazonaws.com2015/jun/screen_shot_2015_06_29_at_10_29_02_am-1435598251158.png/ 404 78.365 ms - -

resource being loaded




Aucun commentaire:

Enregistrer un commentaire