Skip to content
#

cloud-storage

Here are 72 public repositories matching this topic...

remi-braun
remi-braun commented Jul 5, 2021

Hello,

In order to simplify the code and unify the API, would it be possible to allow the .resolve() function to CloudPaths, even if this function does nothing ?

To go from:

path = AnyPath(path)
if not isinstance(path, CloudPath):
   path = path.resolve()

to

path = AnyPath(path).resolve()

Thanks a lot

shevron
shevron commented Feb 24, 2021

Now that we have merged datopian/giftless#68, the streaming transfer adapter allows passing the content-disposition filename value as a parameter. However, the filename sanitization logic in https://github.com/datopian/giftless/blob/master/giftless/util.py#L73..L84 is very strict, and only allows latin alphanumerics, dashes, underscores and dots.

While this is a good se

Auto Trader automates stock option trading. The server uses a Discord bot to listen to stock option signals from preferred traders. Valid signals are parsed and placed into a storage bucket. The client listens to the storage bucket and places validated stock option trades with a brokerage account.

  • Updated Mar 17, 2021
  • Python

Improve this page

Add a description, image, and links to the 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 cloud-storage topic, visit your repo's landing page and select "manage topics."

Learn more