Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-dev] Commit enabling temp AWS credentials for Amazon S3 transport
  • From: "Baykshtis, Yurgis" <yurgis.baykshtis@xxxxxxxxxxxxx>
  • Date: Fri, 28 Feb 2020 00:39:20 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=clarivate.com; dmarc=pass action=none header.from=clarivate.com; dkim=pass header.d=clarivate.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=t5/MAGw90u8OccMHZEbStM4PVexxgw3GBoKFpaE/4lU=; b=k36XB36hN4EgePuFKUFPHNb8xM51u2lHNW6oI5+/RjMPpkx28h6VgrSI+b/h1qHl46ox3Ns60H1KMza/LU48YUTAgwL5/zKrnwcJY98zxb7/+Le3IOJnPy46iBJPy53/+6RyWd7I5WQtpWCd/awJbt8poba1jSEh9OIwdAHMcBQLR+MD5dTeNx+7Vf2Xj6u7wsYmOLA8lpcaJrDxnmhkWwfY3MB0MbWaYEwCBL3a5QExuQrZwQmX0GBOxR9rG0pK1BDYNeFsHmb//+m3UjXF36GhzMPSCCeZ1ni9T5zSIHE2MSHPD99WH2dJDl8Fx3Z+V2IDu+YrgdbEmVTcfJkXSg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=nxOOq49dQVgkZoC60yCc4VC5rQY/fNghqziEGnigq9jSPByKNG+GKUBfbB6glpJC0tN5ccPvRGPUo6yxQJMmYVOVCdCPRq7gP3YZNu1yyGsmxbf29OBGLAvKAsblEBMtHa8hGIq6NmMjyWRpWFGkmwiLOAabQ02gPVUaBK8GFbzgBDbYQMvysZyibb3D4JR7n87DvUSkWxE7EHkAxxC6eHb3unWDvyB68l3OQpn5Hbb4SFGh4oCY4wzt/Yj4DIne/AhKOq+evcWZkvSqi/5Hazlq0xMqwGAoTlSo1Sp7MXUw9qCYR765nNa9LOGA5q2ZiMoD4xMbOnhy+xZNyVYpRw==
  • Delivered-to: jgit-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jgit-dev>
  • List-help: <mailto:jgit-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jgit-dev>, <mailto:jgit-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jgit-dev>, <mailto:jgit-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHV7c302ihAFLEHXUmMOFSQaOkHuA==
  • Thread-topic: Commit enabling temp AWS credentials for Amazon S3 transport

Is there anything supposed to be done (besides commit itself) to get attention?

The goal of the commit is to enable many use cases, where AWS credentials come with an additional (temporary) session/security token (for example, IAM roles, cross-account access, etc.)

The changes are pretty trivial. It adds one more configurable header (x-amz-security-token) to s3 REST calls.
The tests have been also updated.

Thanks!

Back to the top