Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CloudFront invalidation with fileset #16

Open
wdalmut opened this issue Jun 7, 2013 · 2 comments
Open

CloudFront invalidation with fileset #16

wdalmut opened this issue Jun 7, 2013 · 2 comments
Assignees

Comments

@wdalmut
Copy link
Member

wdalmut commented Jun 7, 2013

Usign fileset strategy to invalidate objects

@ghost ghost assigned wdalmut Jun 7, 2013
@wdalmut
Copy link
Member Author

wdalmut commented Jun 7, 2013

This means that we have to redesign part of CloudFront Ant task

@wdalmut
Copy link
Member Author

wdalmut commented Jun 7, 2013

<cloudfront key="your-key" secret="your-secret-key" distributionId="your-distribution-id">
  <delete>
    <fileset dir="${public.src}" casesensitive="yes">
      <patternset id="non.test.sources">
        <include name="**/*.js"/>
        <exclude name="**/*Test*"/>
      </patternset>
    </fileset>
  </delete>
</cloudfront>

Invalidation using filesystem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant