Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1.26 KB

File metadata and controls

19 lines (10 loc) · 1.26 KB

Object Security

Pre-signed URLs

All objects in object storage by default are private. This means that they are only accessible to authorized parties. Authorized parties can share objects with others by creating a pre-signed URL, using their own security credentials, to grant time-limited permission to access the objects. Readers are referred to AWS S31 and Azure Blob2 documentations for more information.

Web application is authorized to manage objects and create pre-signed URLs for the objects an account has access to (for example, files in job and Dropbox). Please note that pre-signed URLs are valid only for the specified duration (15 min by default).

Other

Please consult security section for more information about our security polices.

Links

///FOOTNOTES GO HERE///

Footnotes

  1. Amazon Web Services, official online documentation, S3 signed URLs, Website

  2. Microsoft Azure, official online documentation: Pre-signed URLs for Blob storage, Website