Rclone with brand new AWS account for S3

Ok, I ran the command with those switches.
rclone mkdir remotecoldiceS3glaceee:rpre42buck5309771302 -vv --dump bodies --retries

2020/04/16 15:24:12 DEBUG : rclone: Version "v1.51.0-169-gb07bef2a-beta" starting with parameters ["rclone" "mkdir" "remotecoldiceS3glaceee:rpre42buck5309771302" "-vv" "--dump" "bodies" "--retries" "1"]
2020/04/16 15:24:12 DEBUG : Using config file from "/config/rclone/rclone.conf"
2020/04/16 15:24:12 DEBUG : You have specified to dump information. Please be noted that the Accept-Encoding as shown may not be correct in the request and the response may not show Content-Encoding if the go standard libraries auto gzip encoding was in effect. In this case the body of the request will be gunzipped before showing it.
2020/04/16 15:24:12 DEBUG : S3 bucket rpre42buck5309771302: Making directory
2020/04/16 15:24:12 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2020/04/16 15:24:12 DEBUG : HTTP REQUEST (req 0xc0000d4e00)
2020/04/16 15:24:12 DEBUG : PUT / HTTP/1.1
Host: rpre42buck5309771302.s3.us-west-1.amazonaws.com
User-Agent: rclone/v1.51.0-169-gb07bef2a-beta
Content-Length: 153
Authorization: XXXX
X-Amz-Acl: private
X-Amz-Content-Sha256: b024c388d9d069030008afd6e302524ed1308a9f3c108bfa4e481d652b5313cf
X-Amz-Date: 20200416T152412Z
Accept-Encoding: gzip

<CreateBucketConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><LocationConstraint>us-west-1</LocationConstraint></CreateBucketConfiguration>
2020/04/16 15:24:12 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2020/04/16 15:24:14 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2020/04/16 15:24:14 DEBUG : HTTP RESPONSE (req 0xc0000d4e00)
2020/04/16 15:24:14 DEBUG : HTTP/1.1 403 Forbidden
Transfer-Encoding: chunked
Content-Type: application/xml
Date: Thu, 16 Apr 2020 15:24:12 GMT
Server: AmazonS3
X-Amz-Id-2: < hostid removed from this forum post >
X-Amz-Request-Id: B304B451114CDF65

f3

<?xml version="1.0" encoding="UTF-8"?>

<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>B304B451114CDF65</RequestId><HostId>< hostid removed from this forum post ></HostId></Error>
0

2020/04/16 15:24:14 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2020/04/16 15:24:14 ERROR : Attempt 1/1 failed with 1 errors and: AccessDenied: Access Denied
status code: 403, request id: B304B451114CDF65, host id: < hostid removed from this forum post >
2020/04/16 15:24:14 DEBUG : 4 go routines active
2020/04/16 15:24:14 Failed to mkdir: AccessDenied: Access Denied
status code: 403, request id: B304B451114CDF65, host id: < hostid removed from this forum post >

Any new information from this? From what I can tell it's still a HTTP 403.