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

This plugin always overwrites the bucket policy and makes the site public. It would be nice to have that be configurable, perhaps with another parameter passed in

I ran into a terminal error with serverless deploy. If you attempt to `serverless remove` an s3 bucket that has a file in it, you get the following error: `An...

In REAMDE.md you suggest to add these line to serverless.yml: ``` plugins: - serverless-client-s3 custom: client: bucketName: serverless-client-bucketname ``` however this seems not to be valid yml. When executing `serverless...

I've installed serverless-client-s3 as per the readme with `npm i --save serverless-client-s3` and listed it under my plugins in serverless.yml. I run `sls client deploy` and see a message indicating...

I had an asset folder with some other folders like css , img , etc. in it. When I deployed it created the asset folder in my S3 bucket but...

I'm using Route 53, and in order to be able to have people hit www.website.com and website.com I need two buckets. It would be nice so specify a comma separated...

Hi, so it seems like `npm install serverless` defaults to the beta, which is fine (seemed a lot easier to get going based on the docs). Unfortunately I could not...

Hello, thank you for the plugin. 😃 I am wondering if you have any plans to support the new version of serverless anytime soon? I am currently using Serverless 1.3...