poky/bitbake/lib/bb/fetch2
Adam Romanek 5dce2f3da2 bitbake: fetch2/s3: allow to use credentials from environment variables
Previously access to AWS S3 was expected to be preconfigured and
credentials to be stored in ~/.aws/credentials. With this change
one can use Bitbake s3 fetcher without AWS credentials stored
permanently as above, just with them exported as the following
environment variables:
 - AWS_ACCESS_KEY_ID,
 - AWS_SECRET_ACCESS_KEY.
 - AWS_DEFAULT_REGION.

(Bitbake rev: 01825699044c42e87e485e6c64cc1dd9b6f87f48)

Signed-off-by: Adam Romanek <romanek.adam@gmail.com>
Signed-off-by: Damian Wrobel <dwrobel@ertelnet.rybnik.pl>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-07-11 23:01:25 +01:00
..
__init__.py bitbake: fetch2/s3: allow to use credentials from environment variables 2021-07-11 23:01:25 +01:00
az.py bitbake: bitbake: Add Azure Storage fetcher implementation 2021-03-11 14:04:45 +00:00
bzr.py bitbake: logging: Make bitbake logger compatible with python logger 2021-02-10 23:48:16 +00:00
clearcase.py bitbake: logging: Make bitbake logger compatible with python logger 2021-02-10 23:48:16 +00:00
cvs.py bitbake: logging: Make bitbake logger compatible with python logger 2021-02-10 23:48:16 +00:00
git.py bitbake: fetch/git: run gc in foreground to avoid race with tar 2021-07-10 22:43:41 +01:00
gitannex.py bitbake: lib: remove unused imports 2020-01-19 13:31:05 +00:00
gitsm.py bitbake: logging: Make bitbake logger compatible with python logger 2021-02-10 23:48:16 +00:00
hg.py bitbake: logging: Make bitbake logger compatible with python logger 2021-02-10 23:48:16 +00:00
local.py bitbake: logging: Make bitbake logger compatible with python logger 2021-02-10 23:48:16 +00:00
npm.py bitbake: fetch2/npm: refactor the npm fetcher 2020-01-27 16:48:10 +00:00
npmsw.py bitbake: fetch2: add the npmsw fetcher 2020-01-27 16:48:10 +00:00
osc.py bitbake: logging: Make bitbake logger compatible with python logger 2021-02-10 23:48:16 +00:00
perforce.py bitbake: logging: Make bitbake logger compatible with python logger 2021-02-10 23:48:16 +00:00
repo.py bitbake: logging: Make bitbake logger compatible with python logger 2021-02-10 23:48:16 +00:00
s3.py bitbake: fetch/s3: Add progress handler for S3 cp command 2021-05-01 22:51:06 +01:00
sftp.py bitbake: bitbake: Strip old editor directives from file headers 2019-05-04 10:44:10 +01:00
ssh.py bitbake: lib: fix most undefined code picked up by pylint 2020-08-25 18:14:53 +01:00
svn.py bitbake: fetch/svn: Fix parsing revision of SVN repos with redirects 2021-05-06 11:08:08 +01:00
wget.py bitbake: fetch2/wget: when checking latest versions, consider all numerical directories 2021-05-14 07:57:57 +01:00