Skip to content

Tags: joona/s3deploy

Tags

v2.7.0

Toggle v2.7.0's commit message
Allow multiple distribution-id

This allows multiple values in `distribution-id`; add by repeating the flag with new values e.g.:

```bash
s3deploy -bucket=mybucket -distribution-id=abcd -distribution-id=efgh
```

Fixes bep#142

v2.6.0

Toggle v2.6.0's commit message
Add 'ignore' flag

Via 'ignore' flag, you can exclude local files and keep remote objects stale that are matched with regexp.

Usage example:
```
s3deploy \
    -source=public/ \
    -bucket=example.com \
    -region=eu-west-1 \
    -key=$AWS_ACCESS_KEY_ID \
    -secret=$AWS_SECRET_ACCESS_KEY \
    -ignore="^unsynced-dir/.*$" \
    -v
```

Number of ignored items is not added to any stats count.

v2.5.1

Toggle v2.5.1's commit message

Verified

This commit was signed with the committer’s verified signature.
bep Bjørn Erik Pedersen
circleci: Bump Goreleaser

Fixes bep/homebrew-tap#1

v2.5.0

Toggle v2.5.0's commit message
Upgrade to Go 1.17

Updates bep/homebrew-tap#1

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was signed with the committer’s verified signature.
bep Bjørn Erik Pedersen
goreleaser: Update config to new version

v2.3.5

Toggle v2.3.5's commit message

Verified

This commit was signed with the committer’s verified signature.
bep Bjørn Erik Pedersen
release: Remove the 386 build

For now.

v2.3.4

Toggle v2.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
circleci: Update to Go 1.14.3

v2.3.3

Toggle v2.3.3's commit message
go mod tidy

v2.3.2

Toggle v2.3.2's commit message
Add Prefix param to ListObjectsPages

v2.3.1

Toggle v2.3.1's commit message
Unexport pathEscapeRFC1738