Hello
I would like to use a GDPR compliant bucket provider (like Ionos from Germany => also has S3 buckets). How can implement this connection?
Unfortunately I don't know the code of appwrite well enough to implement this myself. But it might be a chance for #💻│hacktoberfest @Christy Jacob .
Thank you very much.
Kind regards
We've already raised some hacktoberfest issues for additional adapters.
For GDPR, doesn't it just need to reside in Europe? I'm not sure of the requirements
Hall Steven
Sorry for my late reply.
Thank you for your feedback. I would be very happy if IONOS/S3 would be integrated (or S3 adapters in general).
Regarding your question about GDPR. The server location alone is not enough. GDPR expects various data protection measures. For example, whether data is also sent to other server locations outside Europe (backup server etc.). GDPR is a very complex issue and involves a great deal of effort for companies. Which is why it is easier to rent from a server company that complies with GDPR and offers corresponding documentation (like IONOS).
Thank you very much for your efforts.
Best thing to do would be to add a 👍 to the generic S3 feature request.
An alternative is to create a feature request ionos.
Or you can implement it yourself
S3 is GDPR compliant and Backblaze too
Also, you can transmit data outside from EU and still be GDPR compliant, not all countries are compliant, but there are countries outside from EU
If you follow the requirements, and if it's a country that has been allowed, obviously: https://edpb.europa.eu/sme-data-protection-guide/international-data-transfers_en
For example, you can transmit data to the United States
You have in the link more info and here the adequacy decisions: https://commission.europa.eu/law/law-topic/data-protection/international-dimension-data-protection/adequacy-decisions_en
Note, I'm not a legal expert, so this is just a reference
Recommended threads
- 408 Timeout / Curl Error 7 in Executor w...
Hey everyone, I am losing my mind over a routing loop/timeout issue on a fresh self-hosted setup. I have a single Linux VPS (IP: 45.141.37.105) and one domain (...
- functions returning error 401 in local
I updated to 1.9.0, and the functions that used to work fine in 1.8.1 are now giving me a 401 error. I can't seem to find a solution. If anyone is running versi...
- Docker Compose MongoDB Setup
everythings work fine but the mongodb fails on startup everytime. log: ``` Generating random MongoDB keyfile... /bin/bash: line 9: : No such file or directory ...