-
-
Notifications
You must be signed in to change notification settings - Fork 75
MongoDB GridFS Storage
Robin Rodricks edited this page Jul 17, 2026
·
2 revisions
In order to use MongoDB GridFS storage you need to reference the FluentStorage.Mongo package first. The provider wraps around the standard MongoDB Driver.
You can use the MongoGridStorage factory class to connect to MongoDB GridFS services.
IStore store = MongoGridStorage.FromCredentials(
host,port,username,password,databaseName,bucketName,authDatabase,useSsl);Use our simple polycloud API to perform file and object manipulation operations.
Not yet supported. Create a ticket if you need this.
Call the IStore.GetClient() method to return the native SDK client and perform any native operations.
- AWS S3 Storage
- Azure Blob Storage
- Azure File Storage
- Azure Data Lake
- Azure Key Vault
- GCP Storage
- Cloudflare R2 Storage
- MinIO Storage
- DigitalOcean Spaces
- Wasabi Storage
- Backblaze B2 Storage
- Hetzner Storage
- Vultr Storage
- MongoDB GridFS Storage
- Alibaba OSS Storage
- FTP Storage
- SFTP Storage
- Git Repository Storage