google-cloud-storage
Here are 321 public repositories matching this topic...
-
Updated
Feb 5, 2021 - JavaScript
*Thanos, Prometheus and Golang version used
-
Updated
Feb 4, 2021 - Go
-
Updated
Jan 10, 2021 - Go
-
Updated
Jan 28, 2021 - Python
-
Updated
Feb 5, 2021 - Go
-
Updated
Feb 5, 2021 - Go
-
Updated
Dec 3, 2020 - Go
-
Updated
Feb 3, 2021 - Java
-
Updated
Feb 5, 2021 - Java
I you choose a file to take data from while benchmarking compression, the block-size parameter is ignored.
I expected it to use the first X MB from the given file used for tests and not the whole VM image disk I gave it alongside with a size. =)
If I don't give a file to take data from, it shows 100 (rep#) * block-size, if I set repetitions, size and give it a file, it becomes rep# * <sizeof
-
Updated
Sep 28, 2020 - PHP
-
Updated
Nov 29, 2020 - TypeScript
-
Updated
Oct 25, 2020 - PHP
-
Updated
Jan 16, 2021 - PHP
-
Updated
Dec 5, 2020 - Emacs Lisp
This is motivated by #5703.
Similar to CURLOPT_CAINFO, but explicitly set the directory containing CA info:
https://curl.se/libcurl/c/CURLOPT_CAPATH.html
https://curl.se/libcurl/c/CURLOPT_CAINFO.html
-
Updated
Feb 16, 2020 - Java
helm repo add command fails when I try to add one of my helm chart repo created in google bucket using my Windows 10 laptop.
Error: helm\plugins\helm-gcs\scripts\pull.sh: %1 is not a valid Win32 application.
I know this can be over come by using WSL or cygwin but we are going to deploy a solution for users where they might not have any of the WSL or cygwin installed on their systems.
Is your feature request related to a problem? Please describe.
I Like to use this plugin on a windows container runtime.
Describe the solution you'd like
Publish multiarch docker images.
Describe alternatives you've considered
Building multiarch docker images myself as already done here
**Addition
-
Updated
Oct 13, 2020 - Java
-
Updated
May 7, 2019 - Shell
-
Updated
Jul 28, 2020 - Shell
-
Updated
Dec 23, 2019 - Dockerfile
-
Updated
Jan 14, 2021 - Python
-
Updated
Sep 21, 2020 - Shell
-
Updated
Jan 6, 2021 - R
-
Updated
Jan 21, 2021 - JavaScript
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."
What is your current rclone version (output from
rclone version)?1.53.3
What problem are you are trying to solve?
Trying to prevent default password from being generated and added when
htpasswdoption is used. Since htpasswd is present, there generally should be no need for credentials besides those in htpasswd.How do you think rclone should be changed to solve tha