mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-16 13:08:01 +00:00
S3/Minio storage controller Support
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
namespace Aws\ForecastQueryService;
|
||||
|
||||
use Aws\AwsClient;
|
||||
|
||||
/**
|
||||
* This client is used to interact with the **Amazon Forecast Query Service** service.
|
||||
* @method \Aws\Result queryForecast(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise queryForecastAsync(array $args = [])
|
||||
*/
|
||||
class ForecastQueryServiceClient extends AwsClient {}
|
||||
Reference in New Issue
Block a user