Presigned URL - CI/CD Glossary Definition
A presigned URL embeds a signed, expiring grant in a link to one object in private storage, letting a client GET or PUT that object directly without holding cloud credentials; CI uses them to hand off artifact upload/download securely.
Related guides
Object Storage - CI/CD Glossary DefinitionObject storage keeps data as flat objects in buckets addressed by key, scaling to huge artifact stores - the…
Bucket Policy - CI/CD Glossary DefinitionA bucket policy is a resource-level rule on a storage bucket saying who may do what to its objects - the guar…
Bearer Token - CI/CD Glossary DefinitionA bearer token authorizes whoever holds it - anyone presenting it in the Authorization header gets access - s…