-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fog(Google Cloud Storage) file store throws an TypeError (hash key "Content-Type" is not a Symbol) #2533
Comments
Looks definitely related to #2503. |
#2503 and fog/fog-google#513 appears to be incompatible... |
It works! The file was uploaded successfully. Gemfile
Gemfile.lock
|
I also ran into this. Reverting to 1.12.0 worked. Is there any roadmap for if it will be |
The fix released in fog-google side, using fog-google >= 1.14.0 will solve this. |
When I tryed to upload a file to Google Cloud Storage, the following error was thrown:
version:
2.2.0
Reproduction code:
plain.txt
app/uploaders/my_uploader.rb
config/initializers/carrirewave.rb
Gemfile
Gemfile.lock
Thanks!
The text was updated successfully, but these errors were encountered: