google-cloud-storage
Here are 316 public repositories matching this topic...
-
Updated
Dec 23, 2020 - JavaScript
Default step does not make much sense if the scrape interval is common (e.g 15s). Getting too low makes things extremely slow for no good reason.
Flag on querier might be a good idea.
-
Updated
Dec 24, 2020 - Go
-
Updated
Dec 21, 2020 - Go
-
Updated
Dec 24, 2020 - Python
-
Updated
Dec 24, 2020 - Go
-
Updated
Dec 24, 2020 - Go
-
Updated
Oct 13, 2020 - Java
-
Updated
Dec 3, 2020 - Go
-
Updated
Dec 24, 2020 - Java
-
Updated
Sep 28, 2020 - PHP
Given a TAR stream, parse its contents and create a kopia representation of the directory hierarchy contained in the stream.
The input stream could be read from stdin see #683.
If it is useful and makes sense, it may be possible to also support reading the stream from an existing file (TBD).
-
Updated
Nov 29, 2020 - TypeScript
-
Updated
Sep 15, 2020 - PHP
-
Updated
Dec 5, 2020 - Emacs Lisp
-
Updated
Oct 25, 2020 - PHP
These examples are listed, but there are no versions in other languages.
storage_file_download_into_memory: Download all object contents into memory.storage_file_upload_from_memory: Upload object from memorystorage_stream_file_download: Read Object as a Stream
-
Updated
Feb 16, 2020 - Java
-
Updated
Dec 11, 2020 - Go
Describe the bug
Drone prints passed gcs.json-key secret in the logs when debug mode is enabled
To Reproduce
Steps to reproduce the behavior:
- using current version
v1.1.0, I passedgcs.json-keyas organization secret and enable debug mode.
Expected behavior
on debug mode or not, drone should never print a secret, and you will see in the screenshot that drone actu
-
Updated
Oct 13, 2020 - Java
-
Updated
May 7, 2019 - Shell
-
Updated
Jul 28, 2020 - Shell
-
Updated
Dec 23, 2019 - Dockerfile
-
Updated
Nov 11, 2020 - Python
-
Updated
Sep 21, 2020 - Shell
-
Updated
Oct 2, 2020 - R
-
Updated
Dec 4, 2020 - 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