Get Url from storage
Closed this issue · 3 comments
neoacevedo commented
There is a mode to get the file URL?
tonydspaniard commented
For which adapter?
neoacevedo commented
azure, s3, gcs
tonydspaniard commented
You could access that via the adapter. For example, lets assume we have fs
component configured with AWS: Yii::$app->fs->getAdapter()->getClient()->getObjectUrl($bucket, $key);