-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Link to the documentation page or resource
https://github.com/strapi/strapi/tree/main/packages/providers/upload-aws-s3
Describe the bug
Hi, it seems that the logo and auth-logo defined in the admin panel settings do not use the signed_url if the MediaLibrary is a private aws s3 bucket.
Iam using the plugin(https://github.com/strapi/strapi/tree/main/packages/providers/upload-aws-s3)
The media library works great with the private bucket. It successfully uses the AWS token signed URL. (i can see it in the inspect tool in browser).
If i upload a new logo in the settings and hit save then the logo was successfully uploaded into the bucket but the logo and as i expect also the Auth-logo uses the normal url not that signed_url.
Finally the logo cannot be displayed and it gets the ErrorCode:403.
Additional context
No response
Suggested improvements or fixes
No response
Related issue(s)/PR(s)
No response