Skip to content

Commit 516a512

Browse files
Update README
1 parent 3eb0350 commit 516a512

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A Crystal shard intended to provide basic AWS functionality:
44
* S3 (based on [awscr-s3](https://github.com/taylorfinnell/awscr-s3))
55
* Credentials (based on [aws-credentials](https://github.com/y2k2mt/aws-credentials.cr))
66

7-
The idea is to simply the setup:
7+
The idea is to simplify the setup:
88
* It should work out of the box
99
* The library should take care of acquiring and refreshing AWS credentials
1010
* (currently needed) include open pull requests that provide missing features and bug fixes
@@ -63,16 +63,11 @@ client.delete_bucket(test_bucket)
6363
## Development
6464

6565
The bulk of the work is done by the libraries `aws-credentials.cr` and `awscr-s3`.
66-
However, the development is somewhat fragmented at the moment. Thus, I based on the
67-
[NeuraLegion/awscr-s3](https://github.com/NeuraLegion/awscr-s3) and
68-
[NeuraLegion/aws-credentials.cr](https://github.com/NeuraLegion/aws-credentials.cr) forks,
69-
and included some smaller bug fixes from other pull requests.
7066

71-
This may change. I would prefer to adopt the original library. But until then, it is
72-
easier to get a local repository since it allows to merge fixes immediately instead
73-
of waiting:
67+
I would prefer to adopt the original library. But until then, it is easier to get
68+
a local repository since it allows to merge fixes immediately instead of waiting:
7469

75-
* https://github.com/philipp-classen/aws-credentials.cr/
70+
* https://github.com/philipp-classen/aws-credentials.cr/tree/fixes
7671
* https://github.com/philipp-classen/awscr-s3/tree/fixes
7772

7873
## Contributing

shard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ crystal: '>= 1.12.2'
99
dependencies:
1010
aws-credentials:
1111
github: philipp-classen/aws-credentials.cr
12-
commit: 2cccc41944b6a206de68f2b8f7cf5e11efae6476
12+
branch: fixes
1313
awscr-s3:
1414
github: philipp-classen/awscr-s3
15-
commit: 7b1c50aa66a404159f67ed62131329f4ae3c33c3
15+
branch: fixes
1616

1717
license: MIT

0 commit comments

Comments
 (0)