Anyone success with AWS S3?

Tuesday, April 23, 2024 11:46:21 AM
  • Posted: Friday, November 25, 2022 12:53 PM
  • 13
Hi
Hope someone will have answer to this and not get ignored as all other posts!!!
I tried to config AWS S3 but not seems to work when I upload an image its not sent to S3!
How this suppose to work? Should we upload images manually to S3 !!? or..?
I did not see any guide about S3 config for GrandNode.

I created S3 bucket and user and works fine with AWS CLI.. I added the info in appsettings
    "AmazonAwsAccessKeyId": "AKIAXSCF..................",
    "AmazonAwsSecretAccessKey": "YhAGGKH..................",
    "AmazonBucketName": "bname",
    "AmazonRegion": "eu-central-1",
    "AmazonDistributionDomainName": "bname.cloudfront.net" //Domain name for cloudfront distribution

And the setting for Picture storage is File system.

Not sure what is the issue here. I did not get any error or anything and when I upload image its not send to S3!



0
back to top
Filters