- Fix regression in
aws_read_options
defaulting tonil
rather than an empty hash. [Johannes Würbach]
- Allow custom options for authenticated urls [Filipe Giusti]
- Loosen aws-sdk constraints
- Add
aws_read_options
andaws_write_options
[Erik Hanson and Greg Woodward]
- And we're back to passing the path. An updated integration test confirms it is working properly.
- Use the "alternate" object writing syntax. The primary method (as documented) only uploads the path itself rather than the file.
- Pass the file path directly to aws-sdk to prevent upload timeouts stemming
incorrect
content_length
.
- Provide a
to_file
method on AWS::File in an attempt to prevent errors when re-uploading a cached file.
- Update aws-sdk depdendency to 1.8.5
- Clean up some internal storage object passing
- Fix storage bug when if
aws_attributes
is blank [#1]
- Initial release, experimental with light expectation based spec coverage.