#S3 error: The bucket you are attempting to access must be addressed using the specified endpoint.

1 messages · Page 1 of 1 (latest)

restive night
#

We have accidentally deleted some resources from all our amplify-(app-env)-deployment s3 buckets. Now our backend deployments (amplify push) fail with the error in the title for a few resources. I was wondering if there was some way to force the deployment of all resources or are we going to have to drop and recreate all of our environments to fix this.

blissful furnace
#

You could give
amplify push --force --debug
a try.

Also in the deployment bucket things are usually stored in multiple copies. (Don't quote me on this but I think) Once in the zip, once normally, and once as studio files.

What did you delete?