-
Notifications
You must be signed in to change notification settings - Fork 1
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
Pivotal ID # 184485190: S3 Client For FIRE Download Operations #691
Conversation
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.
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") |
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.
I don't think this change will solve the issue since this endpoint will also be removed. Check this slack thread for more info.
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.
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)
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.
Ok, got it
…-services into feature/pivotal-184485190-S3-Client-For-FIRE-Download-Operations
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.
LGTM
https://www.pivotaltracker.com/story/show/184485190