Hello,
I am trying to use amazon s3 as the filestore but this does not work.
I am getting error
An error occurred (InvalidRequest) when calling the PutObject operation: Missing required header for this request: x-amz-content-sha256
I have the following configuration
accessKey: xxx
secretKey: xxx
bucketName: xxx
# endpointUrl:
signature_version: “v4”
region_name: xxx
default_acl: xxx
Does anybody have this working? I also noticed that the “boto3” versioned used is outdated