Open gmacario opened 2 years ago
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
How can we access it remotely ?
How can we access it remotely ?
With the current permissions the folder is by design NOT publicly accessible, while the contained objects are.
I can explain in more detail when we meet in person
This folder should probably be transferred to a common storage area for baroloteam projects - for instance on Cubbit cloud. See https://github.com/B-AROL-O/opencv-ai-competition-2023/issues/48
Not urgent.
Postponed until resolution of https://github.com/B-AROL-O/opencv-ai-competition-2023/issues/48 and https://github.com/B-AROL-O/opencv-ai-competition-2023/issues/78
I managed to have my personal Azure account reactivated, therefore this task is no longer urgent. Moved to a later Sprint to prioritize other more urgent tasks.
Cubbit announced they will soon shutdown Cubbit Hatch and will migrate to Cubbit DS3:
Postponing resolution until the migration is complete.
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