Tag: s3
-
How to Use the Boto3 Wrapper for S3 Compatible Storage Services in Python
Amazon S3 is one of the most popular cloud storage services available today. However, there are many other S3 compatible storage services that provide similar functionality. In this tutorial, we will explore how to use the boto3 wrapper for S3 compatible storage services. Boto3 is a Python library that provides an interface to interact with…
-
How to Mount S3 Compatible Storage as a Linux Machine Drive with s3fs-fuse
In this tutorial, we will be learning how to mount an S3 compatible storage service as a Linux machine drive. This is useful for scenarios where you need to access your S3 compatible storage as a file system on your Linux machine, such as when you want to store and access data files from within…