s3url

Generate S3 object pre-signed URL in one command

MIT License

Stars
40
s3url - v1.0.1 Latest Release

Published by dtan4 almost 5 years ago

Changelog

3d476da Add --debug flag to print error's stacktrace
82b633c Add Dependabot badge
4ac1d28 Add GitHub Actions badge
bb69023 Add benchmark to compare reading file method
bf16378 Add dependebot configuration
3f40111 Add mockgen target to update mocks easily
21bdadc Add new action to run go mod tidy automatically
ac2906a Build with Go 1.12
a475a86 Bump github.com/aws/aws-sdk-go from 1.13.32 to 1.26.2
d1f0565 Bump github.com/aws/aws-sdk-go from 1.26.2 to 1.26.8
ffe6c68 Bump github.com/pkg/errors from 0.8.0 to 0.8.1
5fc0d43 Clean up dist directory by make clean
34a7b35 Collect multiple package coverage in one liner
4947da4 Collect multiple packages coverage on local
944746f Convert files to comma separated
4691bb9 Create aws package to capsulate aws methods
26f3fc9 Create cli package
d90a289 Create config package
307a051 Create config.Validate function
fc1265c Create run function
8ebe39c Define CLI usage as constant
737109e Define release workflow
da61a7e Define step names
65fb60b Delete Gopkg.*
254145c Delete Travis related configurations
04904b6 Delete existing release task from Makefile
2e11842 Delete glide.*
a8e2f96 Enable caching vendor directory on Travis CI
bc49a39 Exclude merge commit from CHANGELOG
b51d0d0 Fix cli.Run comment
b26f41f GO111MODULE=on go mod init
019a3d9 Generate Homebrew recipe from GoReleaser
5f1158e Generate test coverage on GitHub Actions
391a9fb Ignore aws/mock/* from codecov coverage
e2bb518 Initialize S3 client after validating options
241a202 Link to master branch from CI badge
df1a5c7 Mark as prelease if the version is rc
b8feb58 Modify build artifacts command
93d001d Move s3 to aws/s3
9e474a0 Move s3.ParseURL to config.ParseS3URL
a30f2b2 Move s3mock to aws/mock
41c29be Remove brew install dep
c18a936 Remove job name
5574282 Remove mock generated by mockgen
0eafb01 Remove mockgen-related configurations
6a9ae1b Remove unnecessary package alias
fc5f8bb Remove ~/.aws/config
2eeab8f Rename workflow
0d041b9 Rename workflow to Test
61a9b60 Replace release action to use GoReleaser
2a46e83 Return exit code from cli.Run
da6f871 Revive update-deps target
1e37755 Run branch build only master and tags
29de432 Run unit tests in parallel
9f3f0c9 Specify build trigger
eaf06bd Specify pkg/errors version
2977a84 Specify tag filter
3c952e6 Stop installing glide on Travis CI
60ab435 Store build cache and Go modules in Travis cache
6c6105a Test with Go 1.10.x on Travis CI
fc81db2 Update GitHub Actions badge URL
326a6a9 Update GoReleaser configuration
56d70a2 Update job name
db5d604 Update job names
cbbbbc3 Update to aws-sdk-go 1.13.32
9a59ae5 Update version variables for GoReleaser
af24c4b Upload local file using stream
59f6c5e Upload test coverage to Codecov
cc1ef77 Use Go 1.9
f84536a Use Go Modules by Dependabot
e1d74eb Use Personal token to create Pull Request from GitHub Actions
af16fbc Use dep instead of glide
19a289b Use go mod
1503854 Use personal access token in GoReleaser action
76fb9e6 Use pkg/errors in aws
58f54c0 Use pkg/errors in config
bfc0fd9 Use pkg/errors in s3
1d5cfe7 Use self mock for GetObjectRequest
5b876ec Use self mock for PutObject
01b47c3 Use self mock in TestNew
6a7e368 Use the latest Codecov Action v1
1ce0aee Use the latest Ubuntu
7e7207d Write GitHub Actions workflow
49b02a1 dep init
9525218 go mod tidy
81eaaa9 go mod tidy
a3ee8a8 go mod tidy
c408ed4 go mod tidy
ed8dad9 goreleaser init
9269694 s/branch-name/branch/
e7fb057 s/tests/Tests/

s3url - https://github.com/dtan4/s3url/releases/tag/v1.0.0

Published by dtan4 over 7 years ago

s3url - https://github.com/dtan4/s3url/releases/tag/v0.3.1

Published by dtan4 about 8 years ago

s3url - https://github.com/dtan4/s3url/releases/tag/v0.3.0

Published by dtan4 about 8 years ago

s3url - https://github.com/dtan4/s3url/releases/tag/v0.2.0

Published by dtan4 about 8 years ago

s3url - https://github.com/dtan4/s3url/releases/tag/v0.0.1

Published by dtan4 about 8 years ago

Package Rankings
Top 6.12% on Proxy.golang.org
Badges
Extracted from project README
GitHub Actions Dependabot Status codecov GitHub release MIT License
Related Projects