Sign inSign up

buildo/concourse-s3-sync

By buildo

•Updated about 9 years ago

Concourse resource to sync files with an S3 bucket

Image
0

1M+

buildo/concourse-s3-sync repository overview

⁠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.

Tag summary

Content type

Image

Digest

Size

22.3 MB

Last updated

about 9 years ago

docker pull buildo/concourse-s3-sync