NetApp / trident

Storage orchestrator for containers
Apache License 2.0
748 stars 219 forks source link

ONTAP storage driver for S3 #673

Open tmyhu opened 2 years ago

tmyhu commented 2 years ago

S3 capabilities have been added in ONTAP 9.8. Are there any plans to add a new storage driver to trident that can utilize S3?

mac-chaffee commented 2 years ago

Trident conforms to the Container Storage Interface, which only supports Block storage and File storage, not Object storage.

There is an effort to create a Container Object Storage Interface, but the two are not directly interchangeable. Like if a pod "mounts" an S3 bucket like it would a normal PVC, you couldn't emulate file permissions, partial writes (have to upload the whole new file), or many other filesystem features.

phhutter commented 2 years ago

+1 for S3 capabilities

darthVikes commented 2 years ago

Once COSI is futher I would think this request would make a lot of sense for Trident to also facilitate S3.

ocpvkb commented 1 year ago

+1 for S3 capabilities

sylus commented 10 months ago

I was wondering what the recent status of this is?

I know the spec is still in Alpha but it seems others have started the work on integrations. :)

Jose-Matsuda commented 8 months ago

would there be any update on this? Thanks!

shanduur commented 4 months ago

Just wanted to come by and bump the discussion, so it is not getting lost.