You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the process of configuring Tusd server with azure blob storage, i have created a storage account and a container inside it what else do i need to do to configure tusd server with the container.
Setup details
Please provide following details, if applicable to your situation:
Operating System: [e.g. Linux, Windows, macOS]
Used tusd version: [can be obtained by running tusd -version]
Used tusd data storage: Azure]
Used tusd configuration: [what arguments are you using to invoke tusd?]
Used tus client library: [e.g. tus-js-client]
The text was updated successfully, but these errors were encountered:
flag.StringVar(&Flags.AzStorage, "azure-storage", "", "Use Azure BlockBlob Storage with this container name as a storage backend (requires the AZURE_STORAGE_ACCOUNT and AZURE_STORAGE_KEY environment variable to be set)")
flag.StringVar(&Flags.AzContainerAccessType, "azure-container-access-type", "", "Access type when creating a new container if it does not exist (possible values: blob, container, '')")
flag.StringVar(&Flags.AzBlobAccessTier, "azure-blob-access-tier", "", "Blob access tier when uploading new files (possible values: archive, cool, hot, '')")
flag.StringVar(&Flags.AzObjectPrefix, "azure-object-prefix", "", "Prefix for Azure object names")
flag.StringVar(&Flags.AzEndpoint, "azure-endpoint", "", "Custom Endpoint to use for Azure BlockBlob Storage (requires azure-storage to be pass)")
@omBratteng Would you have time to add a brief section about using tusd with Azure to the above-mentioned docs?
What is the process of configuring Tusd server with azure blob storage, i have created a storage account and a container inside it what else do i need to do to configure tusd server with the container.
Setup details
Please provide following details, if applicable to your situation:
tusd -version
]tusd
?]The text was updated successfully, but these errors were encountered: