-
Notifications
You must be signed in to change notification settings - Fork 2
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
Enable https reduction (off NGINX server only) and auto-detect storage_type
#245
base: pyfive
Are you sure you want to change the base?
Conversation
storage_type
print("Gateway protocol indicates S3 storage.") | ||
return "s3" | ||
else: | ||
return "https" |
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.
@bnlawrence this is the bit I was on about on the call
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.
That's great. I think we'd need to put the response to that in the json going to reductionist, rather than in the URI itself.
Description
Yet another contribution towards #231
storage_type
kwarg inActive
Reduction inside PyAS client is obviously slower than if delegated to Reductionist, but it's still a good exercise, and it scales very well (ie 2x data = 2x time)
Before you get started
Checklist