google-cloud-storage
Here are 361 public repositories matching this topic...
-
Updated
Sep 29, 2021 - JavaScript
These are all functions/structs for configuring the same thing:
https://github.com/thanos-io/thanos/blob/5bda2d48b9ef0bf138af6132641eb20102223edb/pkg/objstore/azure/helpers.go#L121
https://github.com/thanos-io/thanos/blob/46ac4d590e783368fc4ec7676f29ff97cd0bd630/pkg/objstore/cos/cos.go#L95
https://github.com/thanos-io/thanos/blob/bf963237e0b95402aeea4093dce465abde055675/pkg/objstore/s3/s3.go#
-
Updated
Sep 28, 2021 - Go
-
Updated
Sep 15, 2021 - Go
-
Updated
Mar 18, 2021 - Python
-
Updated
Sep 30, 2021 - Go
-
Updated
Sep 30, 2021 - Go
User request:
Can we open a ticket to add a recursive flag? It's not too hard to go through the S3 gateway but it requires setting up another profile for the AWS credentials, and people will have to install the AWS cli as well
I am synching my local repo to a Wasabi S3 bucket daily. I am capturing the output from the cron job and have that one sent as an e-mail to myself. The output of the sync-to command is reallly… lengthy and I am actually not interested in that output.
How about adding the --no-progress option to this command, so it only outputs any errors ans not the whole progress?
-
Updated
Sep 20, 2021 - Go
-
Updated
Sep 17, 2021 - Java
-
Updated
Sep 30, 2021 - Java
-
Updated
Mar 2, 2021 - PHP
-
Updated
Jul 20, 2021 - TypeScript
-
Updated
Apr 27, 2021 - PHP
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.-
Updated
Sep 29, 2021 - Emacs Lisp
-
Updated
Apr 26, 2021 - PHP
-
Updated
Sep 28, 2021 - Go
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 16, 2020 - Java
-
Updated
Jul 24, 2021 - Java
-
Updated
May 7, 2019 - Shell
-
Updated
Sep 20, 2021 - C++
-
Updated
Jul 28, 2020 - Shell
-
Updated
Sep 27, 2021 - Python
-
Updated
Dec 23, 2019 - Dockerfile
-
Updated
Sep 21, 2020 - Shell
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/display-warnings-for-paths-that-exceed-windows-path-length-limit/26608
What is your current rclone version (output from
rclone version)?rclone v1.55.1
What problem are you are t