2 रिपॉजिटरी
Management of access keys and secret keys used to authenticate requests to cloud object storage services.
Distinct from Credential-Based Access Controls: Distinct from Credential-Based Access Controls: specifically handles S3-style access keys and secret keys for remote cloud buckets rather than generic username/password verification.
Explore 2 awesome GitHub repositories matching security & cryptography · Cloud Storage Credentials. Refine with filters or upvote what's useful.
s3fs-fuse is a FUSE-based filesystem that mounts Amazon S3 buckets and S3-compatible object storage as local directories. It functions as a cloud object storage gateway, translating standard POSIX filesystem calls into RESTful API requests to allow remote objects to be accessed as if they were local files. The project enables the mapping of remote object stores to local paths on Linux, macOS, and FreeBSD. It supports integration with third-party S3-compatible providers through the use of custom service URLs and specialized request styles. The system includes capabilities for local data and m
Provides support for securing remote object storage access via environment variables or credential files using standard access keys.
यह प्रोजेक्ट एक फुल-स्टैक वेब एप्लिकेशन और सर्वर-साइड रेंडर किए गए ब्लॉग का एक संदर्भ कार्यान्वयन (reference implementation) है। यह Mongoose ऑब्जेक्ट डॉक्यूमेंट मैपर का उपयोग करके MongoDB डेटाबेस के साथ Node.js और Express सर्वर के एकीकरण को प्रदर्शित करता है। एप्लिकेशन में एक पूर्ण यूजर ऑथेंटिकेशन सिस्टम है जो OAuth के माध्यम से लोकल क्रेडेंशियल्स और बाहरी आइडेंटिटी प्रोवाइडर्स को सपोर्ट करता है। इसमें सेशन मैनेजमेंट और सुरक्षा उपाय जैसे क्रिप्टोग्राफ़िक पासवर्ड हैशिंग और क्रॉस-साइट रिक्वेस्ट फ़ॉर्जरी (CSRF) से सुरक्षा शामिल है। यह सिस्टम कंटेंट मैनेजमेंट क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है, जिसमें लेख लिखने और कम्युनिटी कमेंट्स को मैनेज करने के लिए वर्कफ़्लो शामिल हैं। यह डायनामिक HTML व्यूज़ उत्पन्न करने के लिए सर्वर-साइड टेम्पलेट रेंडरिंग का उपयोग करता है और क्लाउड स्टोरेज व एनवायरनमेंट-आधारित क्रेडेंशियल मैनेजमेंट के लिए कॉन्फ़िगरेशन शामिल करता है। यह प्रोजेक्ट वेब सर्वर और डेटाबेस को ऑर्केस्ट्रेट करने के लिए Docker का उपयोग करके एक कंटेनराइज़्ड डिप्लॉयमेंट मॉडल प्रदान करता है।
Manages access keys and bucket names for remote cloud object storage.