Can't upload to amazon s3

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

If anybody else is having this issue also. I got it fix by changing the signature_version value to s3v4 and that fixed it for me

1 Like