-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEAT]: Migrate media storage area of the ARNEIS Project from Azure to Cubbit #171
Comments
Learning how to use Azure Storage service |
Managed to create a storage account "arneis" from https://portal.azure.com Installed Azure Storage Explorer and uploaded a couple of sample files under Blob Container "arneis-videos" |
Got the public URL of one sample file which I just uploaded to "arneis-videos" |
Pasting the URL into a browser in incognito mode to check whether the object is publicly accessible: https://arneis.blob.core.windows.net/arneis-videos/2022-02-11%2016.29.23.mp4 Result --> It is not (hopefully) publicly accessible, but needs authentication first Next step: Understand how to grant access to other users |
Created a new storage container "public-folder" and gave public access level to Container Please test: |
FYI: I just uploaded "arneis-conveyor-20220312.pdf" (140.1 MB) to the ARNEIS public-folder Link: https://arneis.blob.core.windows.net/public-folder/arneis-conveyor-20220312.pdf |
Description
At the moment each of us is storing multimedia data on his own account.
Let's create a common area using our MS Azure credits.
We may transfer the contents to another storage before the credit expires (2022-07-26)
Additional Information
No response
The text was updated successfully, but these errors were encountered: