Hi,
We havev configured Asset server with S3 bucket storage location and When upload image as Asset then S3 storage returns image URL look like below.
URL syntax:
https://S3bucketdomainname/folderid/assetType/assetid/imagename.jpeg
Eg:
Is there any way to configure S3 URL with desired foldes structure from console? See my example below
Folder structure in Console/Asset Server
Parent
–ChildFolder1
----ChildFolder2
------Image/File
Expected URL from S3 after successful upload like below
https:///Parent/ChildFolder1/ChildFolder2/image.jpeg
Please suggest.