Giter Site home page Giter Site logo

Comments (3)

chimmelb avatar chimmelb commented on May 11, 2024

Just got the same error. Any thoughts?

chimmelb$ aws --version
aws-cli/1.10.36 Python/2.7.10 Darwin/15.5.0 botocore/1.4.26
chimmelb$ gulp -v
[14:15:54] CLI version 3.9.1
[14:15:54] Local version 3.9.1
chimmelb$ node -v
v6.2.0

from gulp-s3-upload.

chimmelb avatar chimmelb commented on May 11, 2024

Heh, just found it. It's the gulp importer, I'm using the same thing. Transforms gulp-s3-upload (and all other gulp packages) to $.s3Upload. As per the docs, the s3-upload package must be initialized (even with an empty config value).

My code changed to this:

.pipe($.s3Upload()({
        Bucket: 'buckeroo', //  Required 
        ACL: 'public-read' //  Needs to be user-defined 
      }, {
        // S3 Construcor Options, ie: 
        maxRetries: 5
      }));

Note the $.s3Upload()({ line. Needed to initialize the library, then use it.

from gulp-s3-upload.

clineamb avatar clineamb commented on May 11, 2024

@biddster I hope @chimmelb's works for you?

from gulp-s3-upload.

Related Issues (20)

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.