google-cloud-storage
Here are 388 public repositories matching this topic...
-
Updated
May 25, 2022 - JavaScript
From code https://github.com/thanos-io/thanos/blob/main/pkg/queryfrontend/roundtrip.go#L123, we are compiling the regex every time to match strings. This can be optimized by only compiling the regex once and checking if the string matches.
matched, err := regexp.MatchString("/api/v1/label/.+/values$", r.URL.Path)
if err == nil && matched {
return labelValuesOp
}-
Updated
May 22, 2022 - Go
-
Updated
May 24, 2022 - Go
-
Updated
May 20, 2022 - Go
-
Updated
Feb 8, 2022 - Python
webui/src/lib/api/index.js
-
Updated
May 23, 2022 - Go
I see no documentation for the .kopiaignore format. A search in https://kopia.io/docs/ finds no matches (which looks like a bug in the docs search engine, since .kopiaignore is mentioned, but not described, in the documentation).
#773 suggests that .kopiaignore now behave similarly to .gitignore, but this is not mentioned in the documentation, and presumably there are some differences s
-
Updated
May 24, 2022 - Java
-
Updated
May 4, 2022 - Go
-
Updated
May 24, 2022 - Java
-
Updated
May 19, 2022 - PHP
-
Updated
Nov 1, 2021 - TypeScript
-
Updated
Apr 6, 2022 - PHP
This option only applies in certain libraries (the handwritten ones). We should make this clear.
This means documenting the option:
@note This option only applies to a few libraries. Check the service's `*Connection` documentation for details.
... and
-
Updated
Oct 17, 2021 - Emacs Lisp
-
Updated
May 20, 2022 - PHP
-
Updated
May 24, 2022 - Go
-
Updated
May 22, 2022 - C++
-
Updated
May 19, 2022 - Java
-
Updated
Jul 24, 2021 - Java
-
Updated
May 7, 2019 - Shell
Thanks a bunch for this library, I've been trying to make use of it with an s3-emulating service that is not 100% bit-for-bit compliant and I've run into issues in a couple places.
Specifically I've noticed that in S3Client._remove, you assert for response==204, the clone-service I'm using responds with a 200 when you successfully delete instead.
I'd love to submit a PR to fix this but I need so
-
Updated
Dec 23, 2019 - Dockerfile
-
Updated
Jul 28, 2020 - Shell
-
Updated
Mar 10, 2022 - Java
-
Updated
May 25, 2022 - Python
Improve this page
Add a description, image, and links to the google-cloud-storage topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the google-cloud-storage topic, visit your repo's landing page and select "manage topics."
Hi. First of all, kudos to you for the VFS cache - it's really brilliant. I have one request though.
For a little background, as of now I'm using the following settings: