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

Pivotal ID # 184485190: S3 Client For FIRE Download Operations #691

Conversation

Juan-EBI
Copy link
Contributor

@Juan-EBI Juan-EBI commented Feb 28, 2023

https://www.pivotaltracker.com/story/show/184485190

  • Removed download by id operation

Copy link
Contributor

@jhoanmanuelms jhoanmanuelms left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please take a look at my comment

): File? = findByPath(path)?.let {
downloadFireFile(path.substringAfterLast("/"), "/objects/blob/path/$path")
): File? {
return downloadFireFile(path.substringAfterLast("/"), "/objects/blob/path/$path")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this change will solve the issue since this endpoint will also be removed. Check this slack thread for more info.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes I am aware of this, but I prefer to change to path and then s3 than a single jump (with more changes and risks)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, got it

…-services into feature/pivotal-184485190-S3-Client-For-FIRE-Download-Operations
Copy link
Contributor

@jhoanmanuelms jhoanmanuelms left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Juan-EBI Juan-EBI merged commit 1051a44 into master Mar 8, 2023
@Juan-EBI Juan-EBI deleted the feature/pivotal-184485190-S3-Client-For-FIRE-Download-Operations branch March 8, 2023 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants