fog-google
fog-google copied to clipboard
Fog for Google Cloud Platform
Hello, as I don't see this in the docs - is there a possibility to define a private service connection endpoint? As outlined [here](https://cloud.google.com/vpc/docs/configure-private-service-connect-apis#configure-p-dns).).
Updates the requirements on [pry](https://github.com/pry/pry) to permit the latest version. Changelog Sourced from pry's changelog. [v0.14.1][v0.14.1] (April 12, 2021) Bug fixes Fixed bad coloring of some RDoc-style docs (#2182) Fixed...
Currently the simple Rest client from https://github.com/googleapis/google-api-ruby-client is used in the backend. Switch to the modern client for better performance, reliability and more features would be great: https://github.com/googleapis/google-api-ruby-client From the...
Bumps [actions/stale](https://github.com/actions/stale) from 4 to 5.1.0. Release notes Sourced from actions/stale's releases. v5.1.0 [5.1.0] Don't process stale issues right after they're marked stale Add close-issue-reason option #764#772 Various dependabot/dependency updates...
We're using this via Paperclip and seeing this error on upload: `Google::Apis::ClientError` `invalid: Cannot insert legacy ACL for an object when uniform bucket-level access is enabled. Read more at https://cloud.google.com/storage/docs/uniform-bucket-level-access`...
Ruby 2.5.7 fog-google 1.9.1 Seems like the `gateway_ipv4` alias for `gateway_i_pv4` isn't working: ``` require 'fog/google' require 'fog/compute/google/models/network' n = Fog::Compute::Google::Network.new n.gateway_i_pv4 # nil, ok n.gateway_ipv4 # boom, NoMethodError ```...
We're seeing an error `hash key "x-goog-acl" is not a Symbol` in `v1.15.0` (link to [our PR](https://github.com/publiclab/plots2/pull/9807)): https://sentry.io/share/issue/6fb1fbdfa23f417192acba7c65747e95/ It's related to the introduction of the `**` "double splat" operator to...
Fog-core is already supported up to version 2.1.0. - Supporting latest version of fog-core would help other projects consuming various fog providers. - The namespace need to be adjusted to...
Mainly fixing failing tests due to expired images and image families.
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.1.0. Release notes Sourced from actions/checkout's releases. v3.1.0 What's Changed Inject GitHub host to be able to clone from another GitHub instance by @peter-murray in...