Sha256: aeb14bb5a782dec9d4d0260f0a95deec2f24ebae858732a2fef032f9887a71ad
Contents?: true
Size: 673 Bytes
Versions: 4
Compression:
Stored size: 673 Bytes
Contents
# Sample Data Dump - AWS S3 Compressed Dump Storage This gem provides: - An AWS S3 remote data dump storage gateway for the `sample_data_dump` gem ## Usage See the [sample_data_dump README](https://github.com/tricycle/sample_data_dump) for more instructions. ``` settings = SampleDataDumpAwsS3CompressedDumpStorage::Settings.new(your_settings) SampleDataDumpAwsS3CompressedDumpStorage::Gateway.new(settings) ``` ## Installation Add this line to your application's Gemfile: ```ruby gem 'sample_data_dump_aws_s3_compressed_dump_storage', git: 'git@github.com:tricycle/sample_data_dump_aws_s3_compressed_dump_storage.git' ``` And then execute: $ bundle install
Version data entries
4 entries across 4 versions & 1 rubygems