I have Umbraco 13 site with Our.Umbraco.StorageProviders.AWSS3
My S3 bucket needs ID and Key to be used. I created profile in my User/.aws and added Id and Key and I fetch data! Works fine.
Now, I want to deploy it to Ubuntu 20. Code is deployed, used AWS Cli and created profile, I can list S3 with that profile. But .Net Umbraco doesn't use it.
Added environment variable to bash, and still no luck.
Anyone any idea?