Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oniestel/go-azure-sas
Go package for generating Azure Shared Access Signatures (SAS) token
https://github.com/oniestel/go-azure-sas
azure generator go golang sas token
Last synced: 14 days ago
JSON representation
Go package for generating Azure Shared Access Signatures (SAS) token
- Host: GitHub
- URL: https://github.com/oniestel/go-azure-sas
- Owner: Oniestel
- License: mit
- Created: 2018-06-24T20:15:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T11:40:30.000Z (over 6 years ago)
- Last Synced: 2024-06-21T03:00:59.818Z (5 months ago)
- Topics: azure, generator, go, golang, sas, token
- Language: Go
- Size: 1.95 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-azure-sas
Go package for generating Azure Shared Access Signatures (SAS) token.## Example
```
token := azuresas.GenerateToken("https://namespace.servicebus.windows.net/default", "keyName", "key", 3600)
```