2amigos/yii2-flysystem-component

Get Url from storage

Closed this issue · 3 comments

There is a mode to get the file URL?

For which adapter?

azure, s3, gcs

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);