google-cloud-storage
Here are 336 public repositories matching this topic...
-
Updated
Mar 23, 2021 - JavaScript
-
This does not work (https://thanos.io/tip/components/compact.md/)

-
Compactor exposes
/loadedand/globalendpoints on HTTP port which gives amazing block UI explained here. Would be nice to add this information🤗
-
Updated
Mar 24, 2021 - Go
-
Updated
Mar 27, 2021 - Go
-
Updated
Mar 18, 2021 - Python
-
Updated
Mar 26, 2021 - Go
-
Updated
Mar 27, 2021 - Go
-
Updated
Dec 3, 2020 - Go
-
Updated
Mar 24, 2021 - Java
Auth system test
The current system tests use the default admin user for all requests.
The auth test should create users with less privileges and check actions are passing or blocked according to the permissions.
-
Updated
Mar 26, 2021 - Java
It looks like the --hostname (and --username) flags were removed from the snapshot create command in 0.6.0 by kopia/kopia#441.
What's the supported way now to set the hostname/username for taking a snapshot?
Our use case is to use Kopia from one backup container that mounts in the volumes for the containers it's backing up from, setting the --hostname for the snapshot
-
Updated
Mar 2, 2021 - PHP
-
Updated
Feb 25, 2021 - TypeScript
-
Updated
Oct 25, 2020 - PHP
-
Updated
Jan 16, 2021 - PHP
-
Updated
Mar 7, 2021 - Emacs Lisp
This is motivated by #5703. Applications may need to persist the state of pagination iterators, for example, because they are implementing a web service that returns pages of results.
I suggested this API:
struct Page {
std::vector<std::string> bucket_names;
std::string reader_state;
};
Page BucketsPage(gcs::Client client, std::string reader_state) {
auto reader = client.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.
-
Updated
Feb 16, 2020 - Java
Is your feature request related to a problem? Please describe.
I'm using drone-cache for a Rust project to cache the target directory, which contains compiled modules for all of my project's dependencies, so that the pipeline doesn't have to rebuild everything from scratch (it takes a looong time!). Unfortunately the target directory tends to grow very large (often several GBs), so I'd li
-
Updated
Feb 6, 2021 - Java
-
Updated
May 7, 2019 - Shell
-
Updated
Jul 28, 2020 - Shell
-
Updated
Dec 23, 2019 - Dockerfile
-
Updated
Mar 25, 2021 - Python
-
Updated
Sep 21, 2020 - Shell
-
Updated
Mar 16, 2021 - R
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?
First of all, thanks for creating this awesome software and making it open and free for everyone😄
I have an idea: it would be a good thing to add also an
--ftp-ask-passwordflag that behaves like--sftp-ask-password, but for FTP. Let me know what yo