serverless-client-s3 icon indicating copy to clipboard operation
serverless-client-s3 copied to clipboard

A plugin to deploy front-end assets to S3 via the Serverless Framework

Results 38 serverless-client-s3 issues
Sort by recently updated
recently updated
newest added

There is an Error in deploy process (tested on windows 7 machine) First deploy works fine, Second deploy produce error Third deploy works fine. > Serverless: | { [BucketNotEmpty: The...

bug

In S3 Bucket settings for static website hosting, I can specify an Error Document and Redirection Rules in AWS. serverless-client-s3 defaults the Error Document to "error.html" if it exists in...

The prior attempt at this bugfix used string.replace(str, str), which just replaces the first instance. Switched to using a regex replace so that it would replace globally.

Everything was working great on `dev` stage. Then I created and deployed my sls functions and endpoints to a new stage. When I went to deploy client, this is what...

bug

Having a stage name for test, dev, UAT, etc is great, but when you host a project using a CNAME domain for a nice project URL, the bucket name **must...

I added additional instructions to the Pro Tip suggestion for bucket naming to allow a developer to control the creation of their stage/region based buckets from the serverless CLI

It would be great if there were configuration options available. - Deployment bucket (default current serverless S3), so we can specify separate buckets and keep the static content isolated from...

enhancement
help wanted

Sometimes when I deploy a static website I get a 404 NoSuchWebsiteConfiguration when browsing the site. When I look at the configuration of the bucket it has The "Do not...

Bad fileKey detection in [index.js](https://github.com/serverless/serverless-client-s3/blob/master/index.js#L261) on windows machine. it produce https://s3-eu-west-1.amazonaws.com/xxxx.client.dev.eu-west-1/js%5Capp.min.js insted of "js/app.min.js" paths on S3.