google-cloud-storage
Here are 366 public repositories matching this topic...
-
Updated
Nov 3, 2021 - JavaScript
Is your proposal related to a problem?
When a Compactor halts due to an out-of-order (OOO) block, there are normally several OOO blocks that need to be tidied up before Compactor can safely run again. At the moment, Compactor only tells me about the first OOO block that it finds - so I need to go through quite a long cycle of identifying a broken block, deleting the broken block, and restar
-
Updated
Nov 2, 2021 - Go
-
Updated
Oct 26, 2021 - Go
-
Updated
Mar 18, 2021 - Python
-
Updated
Nov 2, 2021 - Go
-
Updated
Nov 3, 2021 - Go
Steps to reproduce:
- From the UI, create a repository.
- Upload a file.
- From the uncommitted tab, commit the change.
- From the Objects tab, click the "branch: main" drop down.
- Click the arrow on the right.
- Select the first commit with the "Repository created" message.
Result: the "get started" screen appears.
Expected: screen should be empty, because this is a past commit.
go test -coverprofile=coverage.txt ./snapshot/snapshotfs ok github.com/kopia/kopia/snapshot/snapshotfs 6.660s coverage: 52.6% of statements
We should bring this up to 70-80% coverage with some effort, we're currently not able to test many error conditions during upload.
-
Updated
Oct 12, 2021 - Go
-
Updated
Nov 1, 2021 - Java
-
Updated
Nov 1, 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 2, 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
Nov 2, 2021 - C++
-
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."
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