On local machine when connected to minio in dev environment, it is working fine, but when application gets deployed to dev environment - it throws an error while fetching the assets from minio - AnonymousRequestError: Presigned GET url cannot be generated for anonymous requests
NOTE
If this case is urgent, please subscribe to Subnet so that our 24/7 support team may help you faster.
I am using presigned URL with this chunk of code -
On local machine when connected to minio in dev environment, it is working fine, but when application gets deployed to dev environment - it throws an error while fetching the assets from minio - AnonymousRequestError: Presigned GET url cannot be generated for anonymous requests
Minio config - endPoint: 'endpoint.name', port: 9000, useSSL: false, accessKey: 'accesskey', secretKey: 'secretKey',