Presigned URL - Definição do Glossário de CI/CD
Uma presigned URL embute uma concessão assinada e com validade em um link para um objeto em armazenamento privado, permitindo que um cliente faça GET ou PUT diretamente naquele objeto sem possuir credenciais de nuvem; o CI as usa para transferir upload/download de artifact com segurança.
Guias relacionados
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…