Privacy Policy Effective Date: October 4th, 2025 App Name: Bhakti Aarti Developer: k3kventures Contact: sultanmirzadev@gmail.com --- 1. Introduction This Privacy Policy explains how we collect, use, and protect your personal information when you use our Android application "Bhakti Aarti" ("App"). By using the App, you agree to the terms of this Privacy Policy. --- 2. Information We Collect a. Voice Input Our App may request access to your device’s microphone in order to enable voice-based search functionality. When you use this feature: - The app listens only when you activate the voice input manually. - Your voice input is processed to understand your search query. - We do not store or share your voice recordings or voice data. Voice data may be processed by Google's speech recognition services (or similar services) if you are using a device with Google Play Services enabled. Please refer to Google’s Privacy Policy at: https://policies.go...
unzip a zip file stored on S3 without downloading it
- Get link
- X
- Other Apps
unzip a zip file stored on S3 without downloading it
AWS S3 is an object storage, not a file system. Unzipping is not supported directly.
You need some computation for unzipping, which can be achieved by copying that file to some EC2 machine or use some Lambda.
Let’s connect..
Github: https://github.com/ketankkeshri
LinkedIn: https://in.linkedin.com/in/ketankeshri
YouTube: https://www.youtube.com/@KetanKKeshri
Instagram: https://www.instagram.com/ketankkeshri/
medium: https://medium.com/@ketankkeshri
- Get link
- X
- Other Apps
Popular posts from this blog
Bhakti-Aarti- Android app Privacy policy
Privacy Policy Effective Date: October 4th, 2025 App Name: Bhakti Aarti Developer: k3kventures Contact: sultanmirzadev@gmail.com --- 1. Introduction This Privacy Policy explains how we collect, use, and protect your personal information when you use our Android application "Bhakti Aarti" ("App"). By using the App, you agree to the terms of this Privacy Policy. --- 2. Information We Collect a. Voice Input Our App may request access to your device’s microphone in order to enable voice-based search functionality. When you use this feature: - The app listens only when you activate the voice input manually. - Your voice input is processed to understand your search query. - We do not store or share your voice recordings or voice data. Voice data may be processed by Google's speech recognition services (or similar services) if you are using a device with Google Play Services enabled. Please refer to Google’s Privacy Policy at: https://policies.go...
DBT tool connect Athena from Local- AWS SSO
AWS Lake formation - AWS LF - Governance Security- Access control
🧠Overview: What is AWS Lake Formation? AWS Lake Formation is a service that simplifies building a secure data lake by: Ingesting data from various sources Organizing it in Amazon S3 Setting up data catalogs (via AWS Glue) Defining security and access policies Querying data with services like Athena, Redshift, and EMR 🛠️ Prerequisites Before starting, ensure you have: An AWS account IAM permissions for Lake Formation, Glue, S3, and IAM An existing S3 bucket (or create a new one) 🧱 Step 1: Set Up a Data Lake Location Go to the Lake Formation Console . In the left pane, choose "Data lake locations" . Click "Register location" . Choose your S3 bucket or a folder (e.g., s3://your-bucket/data/ ). Choose an IAM role that has permission to access this location. 📋 Step 2: Add a Data Catalog Table From the Lake Formation Console, go to "Databases" . Click "Create database" (this...
Comments
Post a Comment