Concourse resource to sync files with an S3 bucket
1M+
Reverse-engineered from tobyirvine/concourse-s3-sync docker image.
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
check: Check for latest modified fileConsider the most recent LastModified timestamp as the most recent version
None.
in: Sync the S3 content locallyTBD
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 S3TBD
source: The path to sync to S3, relative to the work directory. If omitted, uses the work directory.Content type
Image
Digest
Size
22.3 MB
Last updated
about 9 years ago
docker pull buildo/concourse-s3-sync