Replies: 1 comment 1 reply
-
Yeah, that could be an option, I think adding support "natively" for azure would also be good if someone wanted to implement it. Altneratively, you can do this as well. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Recently while trying to implement the Azure Blob storage in Hasura-Storage, I found about the Flexify.IO - Amazon S3 API for Azure Blob Storage . It provides S3-compatible API for Azure Blob Storage enabling existing applications designed for Amazon Web Services to store data in Azure. Flexify.IO adds S3 compatibility to an existing Azure Blob Storage.
Majority of people work on S3 because of this friendliness, so i guess not complete shifting is necessary, if needed Azure Blob Storge Service, Flexify.IO can be used, as in that case no changes would be needed to
@nhost/hasura-storage
codebase too as far as i know.Beta Was this translation helpful? Give feedback.
All reactions