-
Notifications
You must be signed in to change notification settings - Fork 1
Add support for Google Cloud Storage #262
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
base: main
Are you sure you want to change the base?
Conversation
Reviewer's GuideThis PR integrates Google Cloud Storage alongside Azure by refactoring the upload flow into provider‐specific functions, enriching the signed URL API with provider metadata, and updating tests and CI to support multi‐provider scenarios. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
8705a7b
to
f327fc3
Compare
e0cc9f5
to
e0a4a6c
Compare
e0a4a6c
to
ea4b793
Compare
NEPTUNE_E2E_CUSTOM_RUN_ID: ${{ vars.E2E_CUSTOM_RUN_ID }} | ||
NEPTUNE_FILE_API_ENABLED: ${{ vars.NEPTUNE_FILE_API_ENABLED }} | ||
NEPTUNE_ALLOW_SELF_SIGNED_CERTIFICATE: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It this temporary or supposed to stay?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is temporary until the test instance is finalized
freezegun | ||
numpy | ||
neptune-api @ git+https://github.com/neptune-ai/neptune-api.git@dev/storage-v2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reminder: to be removed.
26cdab3
to
1082c48
Compare
Get rid of querying resume position on error: just reupload chunks
1082c48
to
5698574
Compare
3665b65
to
8f521e4
Compare
8f521e4
to
a915ab0
Compare
Summary by Sourcery
Add support for Google Cloud Storage by returning provider information from the file‐URL fetch API, routing uploads to provider‐specific implementations, and updating tests and CI to cover both Azure and GCP
New Features:
Enhancements:
CI:
Tests: