10up / windows-azure-storage

Use the Microsoft Azure Storage service to host your website's media files.
https://wordpress.org/plugins/windows-azure-storage/
BSD 2-Clause "Simplified" License
58 stars 46 forks source link

Using sas token to upload #194

Open mayendrams opened 10 months ago

mayendrams commented 10 months ago

Describe your question

Hi is there anyway to specify the sas token as credentials?

So we can upload using:

  1. endpoint. e.g: 'https://. blob.core.windows.net.'
  2. container name
  3. SAS token uri

We can make the account username and password empty. Instead of upload as an account, we upload using SAS token

Thanks in advance!

Code of Conduct