In addition to attaching a new permanent drive, you can also use many FUSE-based utilities to mount as a local Google Cloud Storage or AWS S3 drive.
s3fs: * Can work with Google Cloud or AWS * The bucket can be installed on several systems at the same time * Files are stored as objects in a bucket, so files can be manipulated from the outside * Con, that it can be a little slow if you have a lot of files
S3QL: * Can work with Google Cloud or AWS * Bucket can be installed on one system * Files are stored in a proprietary format, cannot be processed outside the mounted file system * Much faster than s3fs for many files * Does not cope well with problems network connection (manually fsck and remount if you lose the network).
Hope this helps.
source share