How to Access Amazon S3 Bucket like a Local File System Mountpoint for Amazon S3 is now generally available and ready for production workloads. This open-source simple file client is optimized for read-heavy workloads that require high throughput and focused on high-performance access to large data sets. In this post, we'll see how to effortlessly acces 21 Aug 2023 · 3 min read
AWS S3: The difference between the request time and the current time is too large If system clock is out of sync, we may encounter error message like "An error occurred (RequestTimeTooSkewed) when calling the ListBuckets operation: The difference between the request time and the current time is too large." ag@aj:~$ aws s3 ls An error occurred (RequestTimeTooSkewed) when calling 4 Jul 2023 · 1 min read
How to uninstall AWS CLI version 2? If you already have AWS Command Line Interface (AWS CLI 2) and want to uninstall it from your system, then you will find all the steps to remove it. Find symbolic link for aws program. This will give you the --bin-dir abhijit@awsjunkie:~$ which aws /usr/local/bin/aws Find installation director 4 Jul 2023 · 1 min read
Mountpoint for Amazon S3 -Build & Demo On AWS Pi Day 2023, Amazon announced Mountpoint for Amazon S3, an open-source simple file client for mounting S3 buckets as a local file system. It is optimized for read-heavy workloads that require high throughput and is mainly focused on high-performance access to large data sets. So naturally, it 16 Mar 2023 · 8 min read
How to change hostname on Ubuntu running on Windows WSL? If you are running Ubuntu on Windows WSL (Windows Subsystem for Linux) and wondering how to change hostname permanently then follow all steps mentioned below. Once hostname is changed, if you get "unable to resolve host <hostname>: Name or service not known" then follow the step #4 for the fix. V 13 Jul 2021 · 3 min read
How to uninstall OpenCV (Open Source Computer Vision) from Raspberry Pi - Raspbian Jessie? To uninstall OpenCV (Open Source Computer Vision) from Raspberry Pi (Raspbian Jessie), follow the steps mentioned below in this article. 10 Jul 2016 · 3 min read