Giter Club home page Giter Club logo

Comments (4)

christiansmith avatar christiansmith commented on August 17, 2024

Not sure what I changed, but its working now. Sorry!

from grunt-s3.

dagingaa avatar dagingaa commented on August 17, 2024

FWIW, I'm having similar issues.

s3: {
    options: {
        key: config.s3.accessKeyId, // we load these as variables on top
        secret: config.s3.secretAccessKey,
        bucket: 'REDACTED',
        access: 'public-read',
        headers: {
            // One year cache policy in milliseconds
            "Cache-Control": "max-age=" + (1000 * 60 * 60 * 24 * 365) + ", public",
            "Expires": new Date(Date.now() + (1000 * 60 * 60 * 24 * 365)).toUTCString()
        }
    },
    sync: [
    {
        options: {
            verify: true, // Make sure the local files are newer than the ones in s3 and replace
            gzip: true,
            debug: true
        },
        src: [
            "<%= yeoman.tmp %>/{,*/}*"
        ],
        dest: [""],
        // make sure the wildcard paths are fully expanded in the dest
        rel: [
            "<%= yeoman.tmp %>/"
        ]
    }
    ]
},

Running with the -v option gives me:

Running "s3:sync" (s3) task
Verifying property s3.sync exists in config...OK
Warning: Object # has no method 'indexOf' Use --force to continue.

from grunt-s3.

dagingaa avatar dagingaa commented on August 17, 2024

So, to anyone else having this problem: I was missing a level in the config. upload, sync etc. needs to be within an object in itself. (If you see "Running "s3:sync" (s3) task" you are doing something wrong).

from grunt-s3.

yazinsai avatar yazinsai commented on August 17, 2024

@dagingaa you're a life-saver! Thank you

from grunt-s3.

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.