Machine Learning Platform Storage

Use AWS S3 compatible tools or code libraries to connect your application to the S3 bucket and/or manage files.

### Quick example
### How to manage files with AWS CLI Linux tool

apt install awscli
aws configure --profile s3-local
alias aws='aws --profile s3-local --endpoint-url https://s3.renderplatform.com'
aws s3 ls
aws s3 ls s3://your-bucket-name/
aws s3 cp ~/your-file.bin s3://your-bucket-name/your-file.bin