seung-lab / cloud-files

Threaded Python and CLI client library for AWS S3, Google Cloud Storage (GCS), in-memory, and the local filesystem.
BSD 3-Clause "New" or "Revised" License
36 stars 8 forks source link

HTTP auth support broken graphene interface #88

Closed fcollman closed 1 year ago

fcollman commented 1 year ago

https://github.com/seung-lab/cloud-files/pull/82/files

This PR assumed that secrets had a particular form, but the Graphene https interface does not share that form, and so code that used to work to access CAVE dynamic datasets is now broken using the latest cloudfiles.

william-silversmith commented 1 year ago

I see. This seems like an easy fix.

On Sun, May 7, 2023 at 11:37 AM Forrest Collman @.***> wrote:

https://github.com/seung-lab/cloud-files/pull/82/files

This PR assumed that secrets had a particular form, but the Graphene https interface does not share that form, and so code that used to work to access CAVE dynamic datasets is now broken using the latest cloudfiles.

— Reply to this email directly, view it on GitHub https://github.com/seung-lab/cloud-files/issues/88, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATGQSOERTMPRNJSCEVI5LTXE66UBANCNFSM6AAAAAAXY6QTUQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

william-silversmith commented 1 year ago

https://github.com/seung-lab/cloud-files/pull/89