我現在可以上傳JPG ifrom我的BackpackForLaravel到AWS 3 Yahhh !!!從AWS S3存儲桶顯示img
但如何或在哪裏可以更改此代碼:
$this->crud->addField([ // image
'label' => "Produkt foto",
'name' => "productfoto",
'type' => 'image',
'tab' => 'Produktfoto',
'upload' => true,
'crop' => true,
'aspect_ratio' => 1,
'disks' => 's3images' // This is not working ??
]);
送howing從AWS S3 MITH URL我上傳JPG(而不是地方公共)...
我可以「找不到它的任何文件或代碼示例:-(
請幫助...
你的問題在獲取上傳文件的網址? – Ashan
是的,我正在尋找如何或在哪裏我可以設置網址: 'photos'=>'https://s3-eu-west-1.amazonaws.com/photos.MYAWS.dk/', 我只能得到本地的http:// mitDomain.com/public/imageDir –
上傳圖片後,由於您沒有從s3和圖片名稱的絕對路徑,您可以構建文件的http url – Ashan