Object storage
Last updated
Was this helpful?
Last updated
Was this helpful?
Stackmate offers infrastructure deployment for object storage services (like AWS S3 for example)
As many object storage buckets you've specified in your configuration with versioning, encryption or public access configured
type
- string - It should be set to objectstore
buckets
- array - a list of objects with the following attributes:
name
- string, required - the bucket's name
versioning
- boolean, optional - whether to enable versioning for objects, false
by default
encrypted
- boolean, optional - whether objects are encrypted in the bucket, false
by default
publicRead
- boolean, optional - whether the objects are publicly available for reading, false
by default
The typical apply here too.
Stackmate creates a user in your cloud that is able to access and manage objects in the newly created bucket and a policy is assigned to it. The user does not have any credentials assigned to it, so you should log in through your console and create them yourself.