yii2tech / file-storage

This package has been abandoned. See: https://www.patreon.com/posts/59332556
Other
119 stars 30 forks source link

Support custom bucket name #24

Closed rhertogh closed 2 years ago

rhertogh commented 3 years ago
Q A
Is bugfix?
New feature? ✔️
Breaks BC?
Tests pass? ✔️
Fixed issues -

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.

rhertogh commented 3 years ago

@klimov-paul Could you please have a look at this PR (and #25)

klimov-paul commented 2 years ago

This package has been abandoned. See: https://www.patreon.com/posts/59332556