Loading S3 Assets First Time

I have a new site and I am trying to get the assets to load into S3. I feel confident that my buckets and their permissions are set properly as they are set the same way as other working Sharertibe Go sites and buckets. I have the background worker job “jobs:work” running.

Besides putting my credentials into the config file and restarting, is there something I need to do to get assets to load to S3? Currently there are no listings yet as I wanted to set up S3 first.

Nothing is getting loaded to S3 but then the browser console has errors since it cannot find the information it is looking for from S3. Here is a sample of the config settings with names changed to protect the innocent. Thanks - Susan

s3_region: ‘us-east-1’
s3_bucket_name: “ourbucket-01”
s3_upload_bucket_name: “ourbucket-01-tmp”
aws_access_key_id: OurAccessKey
aws_secret_access_key: OurSecretAccessKey
asset_host: “ourbucket.s3.us-east-1.amazonaws.com
active_storage_service: ‘amazon’