Skip to content

Commit

Permalink
fix bug with exists file check closes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed May 28, 2019
1 parent 88cc72e commit bc78cc7
Show file tree
Hide file tree
Showing 4 changed files with 199 additions and 58 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
In order to read more about upgrading and BC breaks have a look at the [UPGRADE Document](UPGRADE.md).

## 1.0.2 (28. May 2019)

+ [#2](https://github.com/luyadev/luya-aws/issues/2) Use s3 method to check whether a file exists or not.

## 1.0.1 (7. July 2018)

+ [#1](https://github.com/luyadev/luya-aws/issues/1) Store resolved file paths in variable in order to prevent multiple requests, this increases the speed.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"require-dev": {
"luyadev/luya-testsuite": "^1.0",
"luyadev/luya-module-admin": "^1.2"
"luyadev/luya-module-admin": "^1.0|^2.0"
},
"autoload": {
"psr-4" : {
Expand Down
Loading

0 comments on commit bc78cc7

Please sign in to comment.