You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting an amazon s3 error when trying to add an image or edit a post. This is working fine everywhere else in my app, I can upload images and they save to s3. Is there a config file I need to add to get this extension to use s3?
missing required :bucket option
Extracted source (around line #242):
240
241
242
243
244
245
@bucket = @options[:bucket] || s3_credentials[:bucket]
@bucket = @bucket.call(self) if @bucket.respond_to?(:call)
@bucket or raise ArgumentError, "missing required :bucket option"
end
def s3_interface
Trace of template inclusion: /usr/local/rvm/gems/ruby-2.3.0/bundler/gems/spree-blogging-spree-81da8dd081a5/app/views/spree/admin/blog_entries/edit.html.erb
Rails.root: /home/ubuntu/workspace/mumbles_spree
The text was updated successfully, but these errors were encountered:
I am getting an amazon s3 error when trying to add an image or edit a post. This is working fine everywhere else in my app, I can upload images and they save to s3. Is there a config file I need to add to get this extension to use s3?
The text was updated successfully, but these errors were encountered: