area17 / twill

Twill is an open source CMS toolkit for Laravel that helps developers rapidly create a custom admin console that is intuitive, powerful and flexible. Chat with us on Discord at https://discord.gg/cnWk7EFv8R.
https://twillcms.com
Apache License 2.0
3.63k stars 560 forks source link

Limits Access Key exposition to S3 storage #2611

Closed luislavena closed 1 month ago

luislavena commented 1 month ago

Description

Contrary to S3 that provides both access key and secret key, Azure only provides a single access key.

FineUploaderAzure does not need it since it leverages on the signing endpoint and the generation of the SAS (Shared Access Signature) that was generated.

CLAassistant commented 1 month ago

CLA assistant check
All committers have signed the CLA.