spatie / laravel-google-cloud-storage

Google Cloud Storage filesystem driver for Laravel
https://spatie.be/open-source
MIT License
196 stars 51 forks source link

Make getBucket() method public #12

Closed maelga closed 2 years ago

maelga commented 2 years ago

Make the getBucket() method public, so we can call the generateSignedPostPolicyV4() method on the bucket outside the class: $bucket->generateSignedPostPolicyV4($objectName,$dateTime)

https://cloud.google.com/storage/docs/xml-api/post-object-forms#php

ultrono commented 2 years ago

Actually could do with this myself as I need to call some methods directly on the Google SDK

spatie-bot commented 2 years ago

Dear contributor,

because this pull request seems to be inactive for quite some time now, I've automatically closed it. If you feel this pull request deserves some attention from my human colleagues feel free to reopen it.