ckfinder / ckfinder-laravel-package

CKFinder 3 package for Laravel
Other
157 stars 89 forks source link

S3 IAM Role Support #103

Open s-widerberg opened 10 months ago

s-widerberg commented 10 months ago

Hello,

We are using ckfinder to interact with our S3 bucket. From the documentation, it seems like the only way to interface with S3 is by using AWS access key/secret credentials.

For security reasons, we'd prefer to use IAM roles associated with our instances to give access to the bucket. Is this supported? Can this be supported?