Skip to content

Instantly share code, notes, and snippets.

@lucenarenato
Created July 10, 2019 18:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucenarenato/83a9004de49a686b6b3ec6d4d4c7a978 to your computer and use it in GitHub Desktop.
Save lucenarenato/83a9004de49a686b6b3ec6d4d4c7a978 to your computer and use it in GitHub Desktop.
AWS, Object Storage Locaweb, Laravel, Lumen - filesystems.php
<?php
//s3_Object Storage Locaweb
//## AWS
's3' => [
'driver' => 's3',
'key' => '000000000000000000000',
'secret' => '000000000+AeaqNLB2',
'region' => 'us-east-1',
'bucket' => 'storage_teste',
],
//## Object Storage Locaweb
's3' => [
'driver' => 's3',
'version' => 'latest',
'endpoint' => 'https://lss.locawebcorp.com.br',
'account' => 'Locaweb CORP Object Storage',
'key' => '00000000000000000000',
'secret' => '00000000000000000000',
'region' => '',
'bucket' => 'storage_teste',
'Body' => 'Hello, world!',
'ACL' => 'public-read',
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment