Skip to content

Commit 1d4003d

Browse files
Merge pull request #284142 from shikhagarg1/main
Add expiry time details of SAS URLs
2 parents a5fd116 + 6750d42 commit 1d4003d

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 for File service and Dataset service 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)