Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucenarenato/object_storage_s3
Usando Object Storage ou S3 | Laravel, Lumen e Symfony
https://github.com/lucenarenato/object_storage_s3
aws laravel locaweb lumen object-storage php7 s3 s3-bucket symfony
Last synced: 24 days ago
JSON representation
Usando Object Storage ou S3 | Laravel, Lumen e Symfony
- Host: GitHub
- URL: https://github.com/lucenarenato/object_storage_s3
- Owner: lucenarenato
- Created: 2019-07-11T18:12:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-14T00:52:29.000Z (about 2 years ago)
- Last Synced: 2024-11-21T15:43:53.947Z (3 months ago)
- Topics: aws, laravel, locaweb, lumen, object-storage, php7, s3, s3-bucket, symfony
- Language: HTML
- Homepage:
- Size: 11.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 32
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Usando Object Storage ou S3
## Laravel, Lumen e Symfony- symfony-upload-s3
- dzone-s3-lumen-master
- Laravel-AmazonS3-Video-master
- learningl5-2.2
- lumens3# FileSystems.php
$ composer install aws/aws-sdk-php
$ composer require league/flysystem-aws-s3-v3## AWS
```php
's3' => [
'driver' => 's3',
'key' => 'AKIAQS42OR6PYFOITQFY',
'secret' => '000000000+AeaqNLB2',
'region' => 'us-east-1',
'bucket' => 'storage_teste',
],
```### Locaweb Object Storage
## Object Storage Locaweb
```php
's3' => [
'driver' => 's3',
'version' => 'latest',
'endpoint' => 'https://lss.locawebcorp.com.br',
'account' => 'Locaweb CORP Object Storage',
'key' => '53RBB2CGBA2EJ21GDZ7A',
'secret' => '00000000000000000000',
'region' => '',
'bucket' => 'storage_teste',
'Body' => 'Hello, world!',
'ACL' => 'public-read',
],
```- https://s3.console.aws.amazon.com
- https://docs.aws.amazon.com/aws-sdk-php/v2/guide/service-s3.html
- http://docs.ceph.com/docs/master/radosgw/s3/php/
- https://github.com/aws/aws-sdk-php-symfony
- https://gist.github.com/lucenarenato/3d069df0f7516402d038186957eb01bf
- https://gist.github.com/lucenarenato/83a9004de49a686b6b3ec6d4d4c7a978> Renato Lucena - 2019 - http://renatolucena.net
![]()
Artigo referente a este Assunto: http://blog.renatolucena.net/usando-object-storage-ou-s3/AWS_KEY=0000000
AWS_SECRET=00000000+AeaqNLB2
AWS_REGION=us-east-1
AWS_BUCKET=larateste
#AWS_URL=https://s3.amazonaws.com/