Simple storage service (S3) is object storage in cloud originally from aws.

Everything uploaded is immutable & versioned. Because of this it can be read and written to really fast, without locking which may occur in a traditional file system.

A lot of other clouds use the S3 API to offer the same service cheaper than AWS. A popular self hosting option is MinIO.