
Tried to create a PR but I don't have write access to the docs repo. I'm not sure if it's a me thing 🤔 But I wanted to add this line to the docs on file extension rules for Storage: "This parameter allows you to provide a list of file extensions that will be accepted into the bucket. Bucket validation against file extensions are case-sensitive."
I had some rules set up against my bucket and trying to upload a .JPEG file didn't work against .jpeg. I assumed that the checks were case-insensitive which wasn't the case. I looked into it a little bit on case sensitivity for file extensions, and it seems like being case sensitive is probably the better approach for file extensions. Hence, it would probably be a good idea to call this out in the docs. Maybe even in the UI? ^_^

Hi @itsjustintime - We had an internal discussion about this and yeah this is something we can support. Can you create a github issue for the same? If not, I will make one

You mean to make it case insensitive? Or to create an issue in the docs repo to update it?

Case insensitive, yes
Recommended threads
- Storage & Database is not allowing.
Storage & Database is not allowing to CRUD after i have logged in ? Using web SDK with next.js without any SSR or node-sdk.
- Privacy settings for storage
In my app the user could upload sensitive images for themselves (as a weight loss journal) and they probably don’t want developers or anyone else but themselves...
- Corrupted files on AWS S3
Hello! I'm having trouble using S3 storage with appwrite for file uploads. It happens when uploading files from the Javascript SDK or from the console. The fi...
