serverless-nested-stack icon indicating copy to clipboard operation
serverless-nested-stack copied to clipboard

Deploy fails with: error accessing a file on deployment S3 bucket

Open josersleal opened this issue 7 years ago • 1 comments

I am getting this: An error occurred: LogStack - S3 error: Unable to get the object https://s3.eu-west-1.amazonaws.com/serverlessdeploymentbucket-zeb21wtpvrqg/serverless/{path}/1536918794738-2018-09-14T09:53:14.738Z/logStack.json.

The entire content of the bucket and bucket did not exist previous to running 'sls deploy' and it is created correctly

Here is a more extended part of the output:

Serverless: Invoke aws:deploy:deploy Serverless: Creating Stack... Serverless: Checking Stack create progress... ..... Serverless: Stack create finished... Serverless: Invoke nestedPlugin:data Serverless: Split stack started...... Serverless: Uploading CloudFormation file to S3...logStack.json Serverless: WARNING: Inappropriate call of provider.request() Serverless: Uploading CloudFormation file to S3...apiStack.json Serverless: WARNING: Inappropriate call of provider.request() Serverless: Uploading CloudFormation file to S3...permissionStack.json Serverless: WARNING: Inappropriate call of provider.request() https://s3.eu-west-1.amazonaws.com/serverlessdeploymentbucket-zeb21wtpvrqg/serverless/{path}/1536918794738-2018-09-14T09:53:14.738Z/apiStack.json https://s3.eu-west-1.amazonaws.com/serverlessdeploymentbucket-zeb21wtpvrqg/serverless/{path}/1536918794738-2018-09-14T09:53:14.738Z/logStack.json https://s3.eu-west-1.amazonaws.com/serverlessdeploymentbucket-zeb21wtpvrqg/serverless/{path}/1536918794738-2018-09-14T09:53:14.738Z/permissionStack.json Serverless: Uploading CloudFormation file to S3... Serverless: Uploading artifacts... Serverless: Uploading service .zip file to S3 (2.11 MB)... Serverless: Validating template... Serverless: Updating Stack... Serverless: Checking Stack update progress... ... Serverless: Operation failed!

Serverless Error --------------------------------------

An error occurred: LogStack - S3 error: Unable to get the object https://s3.eu-west-1.amazonaws.com/serverlessdeploymentbucket-zeb21wtpvrqg/serverless/{path}/1536918794738-2018-09-14T09:53:14.738Z/logStack.json.

josersleal avatar Sep 14 '18 10:09 josersleal

Hi

have you resolved this issue? I am running into the exact same thing.

If you have resolved this, how did you go about in doing so?

yashutanna avatar Jan 22 '19 07:01 yashutanna