FlyPie
FlyPie copied to clipboard
[UseCase] Adapter Response parameters
How to read adapter response parameters ..??
In reference to https://flysystem.thephpleague.com/docs/architecture/
I am using S3 adapter and need path parameter out of adapter response, but on trying
$adapter->path
,
this gives
undefined $path error
My Question is if this is not a way, then how to get bucket path where my file got saved..??