instance method
bucket
Ruby on Rails 6.0.6
Since v5.2.8.1 PrivateSignature
bucket()
No documentation comment.
Source
# File activestorage/lib/active_storage/service/gcs_service.rb, line 133
def bucket
@bucket ||= client.bucket(config.fetch(:bucket), skip_lookup: true)
end
Defined in activestorage/lib/active_storage/service/gcs_service.rb line 133
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Service::GCSService