google-cloud-storage
Here are 387 public repositories matching this topic...
-
Updated
May 11, 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 11, 2022 - Go
-
Updated
May 10, 2022 - Go
-
Updated
Apr 25, 2022 - Go
-
Updated
Feb 8, 2022 - Python
On more advanced versions of LakeFS (probably > = v1.0.0), we would like to remove the logic that tries to fill the generation field in DB when loading old dumps. It means we will no longer support loading dump that made with a version lower than v0.61.0.
-
Updated
May 11, 2022 - Go
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
-
Updated
Apr 18, 2022 - Java
-
Updated
May 4, 2022 - Go
-
Updated
May 12, 2022 - Java
-
Updated
Feb 1, 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
Oct 31, 2021 - PHP
-
Updated
May 11, 2022 - Go
-
Updated
May 11, 2022 - C++
-
Updated
Feb 16, 2020 - 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 11, 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."
The associated forum post URL from
https://forum.rclone.orghttps://forum.rclone.org/t/azure-advanced-config-option-access-tier-appears-to-be-case-sensitive/28801/4
What is the problem you are having with rclone?
When configuring an Azure Blob Storage remote, interacting