Skip to content
#

google-cloud-storage

Here are 366 public repositories matching this topic...

CarlosHartmann
CarlosHartmann commented Sep 20, 2021

The associated forum post URL from https://forum.rclone.org

https://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

  • os/type: windows
  • os/arch: amd64
  • go/version: go1.16.3
  • go/linking: dynamic
  • go/tags: cmount

What problem are you are t

thanos
AndrewNiven1
AndrewNiven1 commented Oct 28, 2021

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

lakeFS
johnnyaug
johnnyaug commented Oct 12, 2021

Steps to reproduce:

  1. From the UI, create a repository.
  2. Upload a file.
  3. From the uncommitted tab, commit the change.
  4. From the Objects tab, click the "branch: main" drop down.
  5. Click the arrow on the right.
  6. 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.

coryan
coryan commented Jan 25, 2021

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.
drone-cache
Alexis211
Alexis211 commented Feb 10, 2021

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

🔥Firebase Arduino Client Library for ESP8266 and ESP32. The complete, fast, secured and reliable Firebase Arduino client library that supports RTDB, Cloud Firestore, Firebase and Google Cloud Storage, Cloud Messaging and Cloud Functions for Firebase.

  • Updated Nov 2, 2021
  • C++

Bulk Stash is a docker rclone service to sync, or copy, files between different storage services. For example, you can copy files either to or from a remote storage services like Amazon S3 to Google Cloud Storage, or locally from your laptop to a remote storage.

  • 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.

Curate this topic

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."

Learn more