Skip to content

Commit 1f34daf

Browse files
authored
Update how-to-upload-large-files-using-file-service.md
1 parent a4ae97f commit 1f34daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/energy-data-services/how-to-upload-large-files-using-file-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Consider an Azure Data Manager for Energy resource named "medstest" with a data
4444
}
4545
```
4646

47-
The SignedURL key in the response object can be then used to upload files into Azure Blob Storage
47+
The SignedURL key in the response object can be then used to upload files into Azure Blob Storage. The expiry time of the SignedURL is 1 hour as per [security enhancements from OSDU](https://community.opengroup.org/osdu/platform/system/file/-/issues/78).
4848

4949
## Upload files with size less than 5 GB
5050
In order to upload file sizes less than 5 GB one can directly use [PUT blob API](https://azure.github.io/Storage/docs/application-and-user-data/basics/azure-blob-storage-upload-apis/#put-blob) call to upload their files into Azure Blob Storage

0 commit comments

Comments
 (0)