S3 is newly strongly consistent within a single region since last reinvent or so (google cloud storage has been strongly consistent for much longer). However, the cross-region replication for s3 is based on 'copying' [1] so presumably async and not strongly consistent.
GCP datastore and firestore are strongly consistent nosql databases that are available in multi-region configurations [2].