amazonka-s3 0.0.2 → 0.0.3
raw patch · 2 files changed
+11/−10 lines, 2 filesdep ~amazonka-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: amazonka-core
API changes (from Hackage documentation)
Files
- README.md +8/−8
- amazonka-s3.cabal +3/−2
README.md view
@@ -8,16 +8,16 @@ ## Description - Amazon Simple Storage Service is storage for the Internet. Amazon S3 has a- simple web services interface that you can use to store and retrieve any- amount of data, at any time, from anywhere on the web. It gives any developer- access to the same highly scalable, reliable, fast, inexpensive data storage- infrastructure that Amazon uses to run its own global network of web sites.- The service aims to maximize benefits of scale and to pass those benefits on- to developers.+Amazon Simple Storage Service is storage for the Internet. Amazon S3 has a+simple web services interface that you can use to store and retrieve any+amount of data, at any time, from anywhere on the web. It gives any developer+access to the same highly scalable, reliable, fast, inexpensive data storage+infrastructure that Amazon uses to run its own global network of web sites.+The service aims to maximize benefits of scale and to pass those benefits on+to developers. Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-s3)-and [AWS API Reference](http://docs.aws.amazon.com/AmazonS3/latest/API/Welcome.html).+and the [AWS API Reference](http://docs.aws.amazon.com/AmazonS3/latest/API/Welcome.html). ## Contribute
amazonka-s3.cabal view
@@ -1,5 +1,5 @@ name: amazonka-s3-version: 0.0.2+version: 0.0.3 synopsis: Amazon Simple Storage Service SDK. homepage: https://github.com/brendanhay/amazonka license: OtherLicense@@ -20,6 +20,7 @@ infrastructure that Amazon uses to run its own global network of web sites. The service aims to maximize benefits of scale and to pass those benefits on to developers.+ . /See:/ <http://docs.aws.amazon.com/AmazonS3/latest/API/Welcome.html AWS API Reference> .@@ -93,5 +94,5 @@ Network.AWS.S3.Internal build-depends:- amazonka-core == 0.0.2.*+ amazonka-core == 0.0.3.* , base >= 4.7 && < 5