Commit Graph

23 Commits

Author SHA1 Message Date
Michael Dyrynda f1253690c5 Update AWS environment variable defaults
Aids those users that are using the AWS CLI tools, by matching the `filesystems.disks.s3`
configuration values with those that would be set in a user's native environment already.

AWS Documentation [reference](http://docs.aws.amazon.com/cli/latest/userguide/cli-environment.html)

Resolves laravel/internals#778
2017-10-26 10:44:00 +10:30
Caique Castro 312a79f673
Allow filesystem to be changed on config
Allow to change the filesystem storage on the fly.
For example, you can swap the storage disk with a fake one with
Storage::fake for tests.
2017-04-23 14:44:18 -03:00
Taylor Otwell 7cf27b2146 make env variables for aws 2017-01-17 07:41:12 -06:00
Taylor Otwell 251140ef8b use env var 2017-01-04 12:09:43 -06:00
Taylor Otwell 65d551002e remove url 2017-01-04 10:16:05 -06:00
Taylor Otwell da62be60e8 Put URL config option on the disk to make it obvious how to customize. 2017-01-04 08:51:49 -06:00
Taylor Otwell 6a2bf44765 clear up comment 2016-10-26 08:16:28 -05:00
Taylor Otwell 85e6774d2e simplify filesystem default config 2016-02-11 10:19:57 -06:00
Graham Campbell bf3785d0bc Additional cs fixes
Signed-off-by: Graham Campbell <graham@cachethq.io>
2015-06-01 15:46:45 +01:00
Jimmy Puckett 4ee6523dfa Using the path parameter in the path method. 2015-05-28 15:31:26 -04:00
Taylor Otwell dff91c9f44 update filesystem config. 2015-05-26 16:15:28 -05:00
Gary 9534ded883 Add FTP adapter to filesystem config 2015-03-26 17:13:56 +00:00
Taylor Otwell f424b87a63 PSR-2 for app. 2015-02-22 20:47:03 -06:00
Edward DeMaio 2c2488e4bd fixed spacing issue 2015-02-12 21:31:22 -05:00
Edward DeMaio 13efed3ca4 added url_type option to cloud files config
added default url type to Rackspace Cloud Files config to match the pr #7409 in laravel/framework
2015-02-12 21:29:54 -05:00
Taylor Otwell 33e19b852e Merge pull request #3026 from paulofreitas/develop
Add support for configuring AWS S3 region.
2015-01-26 10:20:58 -06:00
Taylor Otwell ce48990bf2 Tweak some paths again. 2014-12-15 08:42:13 -06:00
Taylor Otwell 532297c109 Work on default project structure. 2014-12-08 09:31:31 -06:00
Taylor Otwell 800cdac1a0 Work on paths. 2014-10-02 19:39:47 -05:00
Paulo Freitas 5da4d51f0b Add support for configuring AWS S3 region. 2014-09-18 23:49:15 -03:00
Taylor Otwell aa9015cac0 Use working directory. 2014-08-29 15:53:01 +02:00
Taylor Otwell a204045b28 Typo. 2014-08-24 13:55:57 -05:00
Taylor Otwell 3ade971b23 Add filesystem configuration. 2014-08-24 13:55:10 -05:00