We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
workflow can be "manage data" with minio and "access data" through public server OR s3.
this way credentialed users can modify data but anyone can access it.
chmod +r
The text was updated successfully, but these errors were encountered:
minio + apache deployment together, put in services folder in root of this repo, validate functionality
services
Sorry, something went wrong.
once files are available... how will the code itself go download them? tflow, torch, etc all do some version of this.
right now we just pull these in with the makefile from a storage server.
update: now using cloudflare to proxy that server, need to verify things still work, as well as test s3/minio access.
No branches or pull requests
workflow can be "manage data" with minio and "access data" through public server OR s3.
this way credentialed users can modify data but anyone can access it.
chmod +r
to files uploaded with minio?The text was updated successfully, but these errors were encountered: