google-cloud-storage
Here are 366 public repositories matching this topic...
-
Updated
Nov 19, 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
Nov 24, 2021 - Go
-
Updated
Nov 8, 2021 - Go
-
Updated
Mar 18, 2021 - Python
-
Updated
Nov 25, 2021 - Go
-
Updated
Nov 22, 2021 - Go
What
being able to take a data object (or prefix, like a partition) and get back the commit that added/modified it.
Why
This is valuable lineage information that is currently available in lakeFS but not exposed easily, and mimics the behavior of git blame
How
Given the lakeFS API already supports listing the log of commits for an object or prefix (
I'd like to add a restore mode which, like --skip-existing works incremental, but also deletes extra files.
- is this a functionality you'd like to support?
- if yes, should I add a new flag
--mirror, or should it be a combination of--skip-existingand a new flag--delete-extra(exact name tbd)?
Use case:
We use kopia snapshots to copy files between gitlab ci s
-
Updated
Nov 24, 2021 - Go
-
Updated
Nov 16, 2021 - Java
-
Updated
Nov 24, 2021 - Java
-
Updated
Mar 2, 2021 - PHP
-
Updated
Nov 1, 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
Oct 17, 2021 - Emacs Lisp
-
Updated
Oct 31, 2021 - PHP
-
Updated
Nov 4, 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
Nov 25, 2021 - C++
-
Updated
May 7, 2019 - Shell
-
Updated
Jul 28, 2020 - Shell
-
Updated
Dec 23, 2019 - Dockerfile
-
Updated
Sep 27, 2021 - Python
-
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."


Hi. First of all, kudos to you for the VFS cache - it's really brilliant. I have one request though.
For a little background, as of now I'm using the following settings: