A user can mount a cloud storage (e.g. s3://giab) where they have no write permissions in read-write mode. When this happens, the user can do file system operations just fine on the mounted storage.

In reality the I/O operations are only performed on the sessions's PVC but must fail to be synced to the S3 bucket.
A user can mount a cloud storage (e.g.
s3://giab) where they have no write permissions in read-write mode. When this happens, the user can do file system operations just fine on the mounted storage.In reality the I/O operations are only performed on the sessions's PVC but must fail to be synced to the S3 bucket.