Secure object storage service
Files provides a REST API for buckets and file upload, download, listing, metadata, and deletion.
Key features
Use buckets to organize files and access them through simple HTTP endpoints.
Bucket API
Create, list, retrieve, and delete buckets with names and descriptions.
File operations
Upload, download, list, inspect, and delete files inside buckets.
Stored metadata
Files track size, MIME type, timestamps, and content hashes returned by the API.
Quick start
Get started with Files in seconds using the API.
1curl -X POST https://files.hola.cloud/v1/buckets \
2 -H 'X-Glue-Authentication: {"user":{"id":"user-123"}}' \
3 -d '{"name":"my-bucket","description":"Uploads for my app"}'
Common use cases
Microservices orchestration
Build and deploy with Files on HolaCloud's enterprise platform, designed for security, reliability, and scale.
Data pipeline automation
Build and deploy with Files on HolaCloud's enterprise platform, designed for security, reliability, and scale.
Event-driven architectures
Build and deploy with Files on HolaCloud's enterprise platform, designed for security, reliability, and scale.
API backend development
Build and deploy with Files on HolaCloud's enterprise platform, designed for security, reliability, and scale.
Ready to get started?
Explore the documentation or launch the console to start building with Files.
Comments