Skip to content

Commit

Permalink
Update bucket configuration referenes.
Browse files Browse the repository at this point in the history
In the documentation and examples, references to bucket in configs should
be 'Bucket' (capitalized).
  • Loading branch information
tabennett committed Sep 21, 2015
1 parent 4da81a7 commit 79d644b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ If you've been using Stapler (prior to v1.0.0-Beta4) in your Laravel app, you no

* In your s3 configuration, instead of passing 'key', 'secret', 'region', and 'scheme' options, you'll now need to pass a single 's3_client_config' array containing these options (and any others you might want). These will be passed directly to the s3ClientFactory when creating an S3 client. Passing the params as an array now allows you to configure your s3 client (for a given model/attachment) however you like. See: http://docs.aws.amazon.com/aws-sdk-php/guide/latest/configuration.html#client-configuration-options

* In your s3 configuration, instead of passing 'bucket' and 'ACL', you'll now need to pass a single 's3_object_config' array containing these values (this is used by the S3Client::putObject() method). See: http://docs.aws.amazon.com/aws-sdk-php/latest/class-Aws.S3.S3Client.html#_putObject
* In your s3 configuration, instead of passing 'Bucket' and 'ACL', you'll now need to pass a single 's3_object_config' array containing these values (this is used by the S3Client::putObject() method). See: http://docs.aws.amazon.com/aws-sdk-php/latest/class-Aws.S3.S3Client.html#_putObject

* The ':laravel_root' interpolation has been changed to ':app_root'

Expand Down

0 comments on commit 79d644b

Please sign in to comment.