windows-azure-storage
windows-azure-storage copied to clipboard
`DEV_STORE_KEY` replacement
Describe your question
The following line might be worth updating to either have a nondescript placeholder, a generic key from Azure, or a null/empty string instead? https://github.com/10up/windows-azure-storage/blob/9c2b1e5a912956ba6a559f46af197123cb166f47/includes/class-windows-azure-helper.php#L80
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
@jeffpaul @rickalee I'd like to better understand what is the use case of this constant. When searching around, this isn't used anywhere in the code base, and even then, this looks like a key specific to an individual's storage container right? That IMO shouldn't even be in the code base if it is.
Any historical knowledge here @rickalee ?