Fix name of Spree::Config preference

This commit is contained in:
Matt-Yorkley
2019-04-04 13:06:05 +01:00
parent 7522594b85
commit 9b45269cbb

View File

@@ -2,6 +2,6 @@
DB2Fog.config = {
:aws_access_key_id => Spree::Config[:s3_access_key],
:aws_secret_access_key => Spree::Config[:s3_secret],
:directory => Spree::Config[:s3_backups_bucket],
:directory => Spree::Config[:s3_bucket],
:provider => 'AWS'
}