GithubHelp home page GithubHelp logo

endemics / concourse-s3-sync Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 1.0 7 KB

Reverse engineered/fork of 'tobyirvine/concourse-s3-sync' docker hub image

License: MIT License

Shell 100.00%
s3 aws concourse-ci concourse concourse-resource concourse-ci-resource

concourse-s3-sync's Introduction

S3 Sync resource

Reverse-engineered from tobyirvine/concourse-s3-sync docker image.

Source Configuration

  • access_key_id: Your AWS access key ID.

  • secret_access_key: Your AWS secret access key.

  • region_name: The AWS region for the bucket. Defaults to "us-east-1" if not specified.

  • bucket: the bucket in AWS to sync from/to.

  • path: the path in AWS to sync from/to. If you want to specify the root of the bucket, set to "".

  • options: A list of options for the aws s3 command. See the aws s3 sync command documentation for more information on supported options.

If aws_access_key_id and aws_secret_access_key are both absent, AWS CLI will fall back to other authentication mechanisms. See Configuration setting and precedence

Behaviour

check: Check for latest modified file

Consider the most recent LastModified timestamp as the most recent version

Parameters

None.

in: Sync the S3 content locally

TBD

Parameters

  • dest: The path, relative to the work directory, to sync with S3. If omitted, uses the work directory.
  • skip_download: If set to true, then the download from S3 is skipped completely. Only useful while set in put using get_params, to avoid the implicit get to download back the content of the bucket.

out: Sync the local content to S3

TBD

Parameters

  • source: The path to sync to S3, relative to the work directory. If omitted, uses the work directory.

concourse-s3-sync's People

Contributors

endemics avatar

Watchers

 avatar  avatar

Forkers

buildo

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.