Skip to content

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

License

Notifications You must be signed in to change notification settings

endemics/concourse-s3-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages