Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pzjhu-0005Th-MP for pgsql-pkg-debian@arkaria.postgresql.org; Thu, 18 May 2023 19:54:38 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pzjht-00033r-Kj for pgsql-pkg-debian@arkaria.postgresql.org; Thu, 18 May 2023 19:54:37 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pzjex-0000pg-Ms for pgsql-pkg-debian@lists.postgresql.org; Thu, 18 May 2023 19:51:35 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pzjet-000aky-Ri for pgsql-pkg-debian@lists.postgresql.org; Thu, 18 May 2023 19:51:35 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:908:1482:3660:2ae7:2867:64d8:87dc]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 4QMgb72jlXz3F0n; Thu, 18 May 2023 21:51:31 +0200 (CEST) Date: Thu, 18 May 2023 21:51:31 +0200 From: Christoph Berg To: James Coleman , Bradford Boyle Cc: pgsql-pkg-debian@lists.postgresql.org Subject: Re: Download failures on apt archive Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: James Coleman > Hello, > > We've been trying to do direct downloads from the apt archive (e.g. > [1]) and many of the files fail to download with an AccessDenied error > with XML from S3 like: > > > AccessDenied Hmm, admittedly I've never tried to recheck if all the package links worked after the initial setup, so it's well possible something went wrong in the years since then. I'll do some QA there tomorrow. Thanks for reporting! Re: Bradford Boyle > Hi James, > > apt-archive.p.o is hosted via an AWS S3 bucket which doesn't include/generate > index lists (e.g, index.html) which is why [1] doesn't work. There are manually uploaded index.html files generated from the database mentioned earlier. > Using this, we can see why [2] isn't working for you -- there is no libpq-dev > in bullseye-pgdg-archive, the package is libpq5-dev. libpq-dev is correct, the 5 is only in libpq5.deb. Christoph