You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Within my S3 web-assets bucket, I have a generic images folder, and then within there, a bunch of subfolders for different types of images accessed by the site: screenshot
Within the images folder is a products subfolder, and within there is a subfolder for each product, named for the product's part number. Within there is the original image and a bunch of transformed images and folders created by Craft screenshot
My volume settings for this S3 bucket look like this screenshot - so, all assets fields that use this volume begin their URLs with bucket-name/images
Within my S3 web-assets bucket, I have a generic images folder, and then within there, a bunch of subfolders for different types of images accessed by the site: screenshot
Within the images folder is a products subfolder, and within there is a subfolder for each product, named for the product's part number. Within there is the original image and a bunch of transformed images and folders created by Craft screenshot
My volume settings for this S3 bucket look like this screenshot - so, all assets fields that use this volume begin their URLs with bucket-name/images
From there, in the assets field definition, the volume is specified, along with a further subfolder of products/{slug} as shown here screenshot - this is how we get to the full path as shown in the 2nd link above, and as demonstrated by the asset URL below, created by Craft:
https://assets.domain.com/images/products/vhm-series-laptop-tray-1/vhm36cablemanagement8inergotraylaptopunloaded.jpg
This is the asset URL I want your plugin to download from S3. But, the URL to the image that the plugin is providing is:
https://assets.domain.com/images/vhm36cablemanagement8inergotraylaptopunloaded.jpg?response-content-disposition=attachment%3B+filename%3Dvhm36cablemanagement8inergotraylaptopunloaded.jpg&AWSAccessKeyId=AKIAW4LLNYQ4B43UFGEM&Signature=Zizg7ADsLlX2TL%2F1w1js6KX22ZQ%3D&Expires=1602027127
Removing the querystring, here is that URL:
https://assets.domain.com/images/vhm36cablemanagement8inergotraylaptopunloaded.jpg
It appears the plugin is not injecting the extra URL segments that are defined in the assets field settings (again, shown here ).
Am I missing a setting, or does the plugin not account for custom URLs in the asset field settings?
The text was updated successfully, but these errors were encountered: