benburkert-ey-backup 0.0.3.3 → 0.0.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/ey-backup/mysql_backup.rb +1 -1
  2. metadata +1 -1
@@ -104,7 +104,7 @@ module EyBackup
104
104
  backups = []
105
105
  if database == 'all'
106
106
  @databases.each do |db|
107
- backups << AWS::S3::Bucket.objects(@bucket, :prefix => "#{@id}.#{db}")
107
+ backups << AWS::S3::Bucket.objects(@bucket)
108
108
  end
109
109
  backups = backups.flatten.sort
110
110
  else
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: benburkert-ey-backup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3.3
4
+ version: 0.0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ezra Zygmuntowicz