Skip to content
#

google-cloud-storage

Here are 387 public repositories matching this topic...

rclone
thanos
yeya24
yeya24 commented May 9, 2022

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
			}
lakeFS
wechsler42
wechsler42 commented Apr 29, 2022

Hi there,
I would like to suggest to make the file creation date restorable when I restore a file with Kopia. At the moment the situation within Kopia 0.10.7 looks like:

  • file last modification date: preserved and restorable
  • file last access date: preserved and restorable
  • file creation date: preserved (?) and *not" restorable

Instead it uses the date of the file restoration itself as

dbolduc
dbolduc commented May 6, 2022

https://github.com/googleapis/google-cloud-cpp/blob/472f20a660310973191fcb99b7fbca81ec843a47/google/cloud/grpc_options.h#L38-L47

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

good first issue type: docs

🔥Firebase Arduino Client Library for ESP8266 and ESP32. The complete, fast, secured and reliable Firebase Arduino client library that supports RTDB, Cloud Firestore, Firebase and Google Cloud Storage, Cloud Messaging and Cloud Functions for Firebase.

  • Updated May 11, 2022
  • C++
mcclurem
mcclurem commented Feb 28, 2022

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

good first issue

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.

Curate this topic

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."

Learn more