You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we need a service to store images of fetched ads in Minio.
Laravel handle S3 driver.
You need to implement a service to intract with minio in a clean way.
For now we need just put and url method for this service to put file in minio and get address of stored file from related buckt and path.
The text was updated successfully, but these errors were encountered:
we need a service to store images of fetched ads in Minio.
Laravel handle S3 driver.
You need to implement a service to intract with minio in a clean way.
For now we need just
put
andurl
method for this service to put file in minio and get address of stored file from related buckt and path.The text was updated successfully, but these errors were encountered: