https://github.com/techascent/tech.io.aws
Bindings to s3 for the tech.io system.
https://github.com/techascent/tech.io.aws
Last synced: 8 months ago
JSON representation
Bindings to s3 for the tech.io system.
- Host: GitHub
- URL: https://github.com/techascent/tech.io.aws
- Owner: techascent
- License: epl-1.0
- Created: 2018-11-09T15:51:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-29T18:55:45.000Z (almost 4 years ago)
- Last Synced: 2024-10-28T13:40:32.748Z (over 1 year ago)
- Language: Java
- Size: 119 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tech.io.aws
AWS bindings for the tech.io system.
## Releasing
```
[Edit project file to get rid of SNAPSHOT and set to VERSION]
lein test
lein with-profile -dev deploy clojars
git commit -am $VERSION && git tag -a $VERSION -m $VERSION
[Edit project file to get rid of SNAPSHOT and set to (inc VERSION)-SNAPSHOT]
git commit -am (inc VERSION)-SNAPSHOT
git push
git push origin $VERSION
```
## License
Copyright © 2018 Tech Ascent, LLC
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.