helios-ag / FMElfinderBundle

:file_folder: ElFinderBundle provides ElFinder integration with TinyMCE, CKEditor, Summernote editors
MIT License
275 stars 128 forks source link

Allow no-credentials for S3 Client #486

Closed alexbusu closed 1 year ago

alexbusu commented 1 year ago

The S3 Client, from the official AWS SDK, allows instantiating itself without having the credentials specified (this way the credential provider will try to resolve the credentials from environment variables, or try to authenticate - at runtime - the instance based on its profile id).

This PR enables this behavior, for those who wants to use it.

Thank you.

enricobono commented 1 year ago

Thanks @alexbusu! We have been waiting this fix for a long time!

helios-ag commented 1 year ago

Looks good! Thank you!