Index

s3-bsync / 73ce3c0

Bidirectional syncing tool to sync local filesystem directories with S3 buckets. (Incomplete)

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
118 Oct 2021 11:09bb1358bInitial commitJosh Stockin140G

Blob @ s3-bsync / commands.md

text/plain287 bytesdownload raw
1LIST: aws s3api list-objects-v2 --bucket $BUCKET --prefix $PREFIX
2GET: aws s3api get-object --bucket $BUCKET --key $KEY $outfile
3HEAD: aws s3api head-object --bucket $BUCKET --key $KEY
4COPY: aws s3api copy-object --bucket $BUCKET --key $NEWKEY --copy-source $BUCKET/$OLDKEY
5