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

renamed the parameter for cript.API.download_file from object_name to file_source #212

Merged
merged 1 commit into from
Jul 20, 2023

Conversation

nh916
Copy link
Contributor

@nh916 nh916 commented Jul 20, 2023

Description

before cript.API.download_file() had object_name as parameter, which made sense because it could only download files from AWS S3, but since it can work with file URLs as well then that no longer makes sense. Changed the parameter name to file_source

Changes

Tests

Known Issues

Notes

Checklist

  • My name is on the list of contributors (CONTRIBUTORS.md) in the pull request source branch.
  • I have updated the documentation to reflect my changes.

because it can be both AWS S3 object_name or file URL
@trunk-io
Copy link

trunk-io bot commented Jul 20, 2023

Merging to develop in this repository is managed by Trunk.

  • To merge this pull request, check the box to the left or comment /trunk merge below.

@nh916 nh916 requested a review from InnocentBug July 20, 2023 01:05
@nh916 nh916 added enhancement New feature or request refactor and removed enhancement New feature or request labels Jul 20, 2023
@nh916 nh916 merged commit 46e02ce into develop Jul 20, 2023
14 checks passed
@nh916 nh916 deleted the refactor_api_download_file branch July 20, 2023 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants