Amazon S3 Storage

Saturday, April 20, 2024 5:45:06 AM
  • Posted: Saturday, November 19, 2022 9:25 PM
  • 13
Hi
I saw in appsettings.json we could set amazon S3
 "Amazon": {

    //Amazon Blob storage
    //<!--Available Region System Names can be found here http://docs.aws.amazon.com/general/latest/gr/rande.html#apigateway_region -->
    "AmazonAwsAccessKeyId": "",
    "AmazonAwsSecretAccessKey": "",
    "AmazonBucketName": "",
    "AmazonRegion": "",
    "AmazonDistributionDomainName": "" //Domain name for cloudfront distribution

  },


I there any guide or info how to setup that in Amazon and what permission or policy we need to set there in S3. Tried It but not seems to work when we upload an image but its working when we upload it manually in S3 so we could view it in public site.
0
back to top
Filters