Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Add signed URL transformer #46

Open
dmoore247 opened this issue Feb 22, 2024 · 0 comments
Open

ENH: Add signed URL transformer #46

dmoore247 opened this issue Feb 22, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@dmoore247
Copy link
Collaborator

dmoore247 commented Feb 22, 2024

Is your feature request related to a problem? Please describe.
Need to make a cohort of images available to a specific consumer.

Describe the solution you'd like
Based on the cloud storage path, create a short lived signed URL for compatibility with other tools

Based on the cloud platform and integrated IAM role ... create a signed URL. Return the URL as a column in the output_col.
The Transformer parameters should include duration, default 3600 seconds.

Describe alternatives you've considered
Direct paths work find when running on an integrated VM but don't work well with off-cloud consumers.

Return a URL based on a Driver Proxy and DBTunnel is a possible alternative

Additional context

@dmoore247 dmoore247 added enhancement New feature or request good first issue Good for newcomers labels Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant