Closed rhertogh closed 2 years ago
Add support to set a specific name for the bucket. E.g.:
'buckets' => [ 'images' => [ 'name' => 'my-image-bucket-on-aws', 'region' => 'us-west-1', ], ],
In this case the bucket is called 'my-image-bucket-on-aws' in AWS but can be referenced as 'images' in the code.
@klimov-paul Could you please have a look at this PR (and #25)
This package has been abandoned. See: https://www.patreon.com/posts/59332556
Add support to set a specific name for the bucket. E.g.:
In this case the bucket is called 'my-image-bucket-on-aws' in AWS but can be referenced as 'images' in the code.