2 Repos
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.
This project is a reference implementation of a full-stack web application and server-side rendered blog. It demonstrates the integration of a Node.js and Express server with a MongoDB database using the Mongoose object document mapper for schema-based data modeling. The application features a complete user authentication system that supports local credentials and external identity providers via OAuth. It includes session management and security measures such as cryptographic password hashing and protection against cross-site request forgery. The system covers a variety of content management
Manages access keys and bucket names for remote cloud object storage.