Giter Site home page Giter Site logo

vue-s3-dropzone's People

Contributors

kfei avatar nikugogoi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vue-s3-dropzone's Issues

Change file name before upload

I have check the official documentation of dropzone.js about how to change the filename before upload but i cant make it work.

i have check the

let options = {
  [...]
  paramName: 'newname123'
  [...]
}

Also i try with renameFile option

let options = {
   [...]
   renameFile: function (file) {
      let newName = 'newname123' + '_' + file.name
      return newName
   },
   [...]
}

Anyone have this working or have some idea about?

CORS issues

Hey, I've followed all the steps and applied the configurations explained, but I'm still getting issues with CORS.
I know that can be a problem sending requests from localhost (dev server), for this reason I also uploaded the webapp on a S3 bucket with webhosting option enabled; even from S3 I get CORS errors.

Any suggestion?
Thanks!

SignatureDoesNotMatch Error

Do you have any idea why I would get a SignatureDoesNotMatch error? CORS and everything are set properly... just can't make the demo work ...

maxFileSize

I can't figure out a way to override the maxFileSize parameter. I try to set it and it still limits me to 256MB.

Great Job

I like the strategy of this. A good way to learn how to use Lambda and API gateway, both of which I've haven't touched until now.

Great Moves, Keep it Up. ๐Ÿ‘

Upload progress bar does not update

Hi there,

I was able to get the library working. However, the upload progress bar does not update when uploading with vue-s3-dropzone.

Is there any way to fix this?

Cheers
Screen Shot 2020-09-03 at 8 13 38 PM

Is someone Maintaining/Updated this project?

It was really simple yet very effective project. Could be useful for many users and might turn in real world application.
Looking for a example post where I could implement more features such as limiting max file size, authentication, file-retrieval, send with auto-delete after x days etc.

Have someone updated/modified or made something cool with this? Curious :)

Could you elaborate on the AWS API Gateway?

Hey I am a little new to the AWS stuff and I would like to know the purpose of the API Gateway?

I am currently working on an electron application and trying to figure out how I can securely use AWS Lambda (i.e where do I store my AWS credentials etc...) I am thinking I may need to set up a proxy service that will hold the AWS credentials on the server side?

But I am wondering if the API Gateway is intended to cover this?

Cheers.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.