core
core copied to clipboard
enhancement: 3rd-party s3 compatible storage works based on aws config region
Updated the code in the storage/s3.go implementation to use the AWS_REGION instead of the hard-coded one, it allow developers to use their own preferred s3-compatible storage and not just be limited to AWS.
This will solve the issue https://github.com/staticbackendhq/core/issues/101