JetBrains / teamcity-azure-storage

TeamCity Azure artifacts storage support plugin
Apache License 2.0
15 stars 7 forks source link

Setting URL expiration time not working #17

Open SamuelBlickle opened 1 year ago

SamuelBlickle commented 1 year ago

In the AzureConstants of the plugin I found the value storage.azure.url.expiration.time.seconds which should override the default lifetime of the generated URLs (which is implemented to be 120 seconds). The value of this constant gets set by the call of TeamCityProperties.getInteger from which I conclude it should be defined as a configuration parameter in the build pipelines project.

However, defining this parameter doesn't effect the expiration of the generated URLs in my case. Am I doing something wrong there or is this a bug?