We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently getting errors like: undefined methodclosed?' for nil:NilClass` when trying to run multiple threads
undefined method
The text was updated successfully, but these errors were encountered:
+1 here. Running into the same problem using the library.
Sorry, something went wrong.
Don't bother with this library. Use Fog Storage instead.
@storage = Fog::Storage.new fog_config \ provider: 'AWS', aws_access_key_id: '...', aws_secret_access_key: '...', endpoint: 'https://nyc3.digitaloceanspaces.com' # if you're using an S3-compatible service bucket = @storage.directories.get 'bucket-name' file = bucket.files.create \ key: 'blah/my-file.png', body: File.open('/path/to/file'), public: true
Fog Storage is a modern, actively maintained library and is thread-safe.
No branches or pull requests
Currently getting errors like:
undefined method
closed?' for nil:NilClass` when trying to run multiple threadsThe text was updated successfully, but these errors were encountered: