@@ -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
6565The 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
0 commit comments