Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

The case: I’ve tried to integrate spaces to save images of my app. I created spaces and followed the steps of adding info of space into filesystem
'do_spaces' => [
'driver' => 's3',
'key' => env('DO_SPACES_KEY'),
'secret' => env('DO_SPACES_SECRET'),
'region' => env('DO_SPACES_REGION'),
'bucket' => env('DO_SPACES_BUCKET'),
'endpoint' => env('DO_SPACES_ENDOINT'),
],`
'default' => env('FILESYSTEM_DRIVER', 'local'),
'cloud' => env('FILESYSTEM_CLOUD', 'do_spaces'),
then I tried to save images to the space using next line and different other lines
$imagePath = $imageFile->store('/', 'do_spaces');
but It always generate an exception
The Issue(Exception):-
Aws\S3\Exception\S3Exception: Error executing "PutObject" on "https://spaceName.s3.fra1.amazonaws.com/gYuhUz5i1XYOKHPBLZ128fJQWhJ9wb4ml4JuhTev.png"; AWS HTTP error: cURL error 6: Could not resolve host: spaceName.s3.fra1.amazonaws.com (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://spaceName.s3.fra1.amazonaws.com/gYuhUz5i1XYOKHPBLZ128fJQWhJ9wb4ml4JuhTev.png in file projectPath/vendor/aws/aws-sdk-php/src/WrappedHttpHandler.php on line 195
#0 projectPatch/vendor/aws/aws-sdk-php/src/WrappedHttpHandler.php(97): Aws\WrappedHttpHandler->parseError(Array, Object(GuzzleHttp\Psr7\Request), Object(Aws\Command), Array)
#1 /projectPath/vendor/guzzlehttp/promises/src/Promise.php(204): Aws\WrappedHttpHandler->Aws\{closure}(Array)
#2 projectPath/vendor/guzzlehttp/promises/src/Promise.php(169): GuzzleHttp\Promise\Promise::callHandler(2, Array, NULL)
#3 projectPath/vendor/guzzlehttp/promises/src/RejectedPromise.php(42): GuzzleHttp\Promise\Promise::GuzzleHttp\Promise\{closure}(Array)........
SarkariResultht
KFSys
Arne van Hoorn
alexdo
4287c71658bd4ea39bef277d491b1c
4287c71658bd4ea39bef277d491b1c
Demanix
Demanix
devjk1
Jordan
LC Labs Sp. z o.o.
a0cd9be01b14447384f79073fc121f