You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by GitBox <gi...@apache.org> on 2021/05/21 14:56:29 UTC

[GitHub] [libcloud] miraculixx opened a new issue #1582: pricing.json on s3 public access is forbidden

miraculixx opened a new issue #1582:
URL: https://github.com/apache/libcloud/issues/1582


   ## Summary
   
   According to the [documentation](https://libcloud.readthedocs.io/en/stable/compute/pricing.html) pricing data can be retrieved from a public s3 bucket
   
   ## Detailed Information
   
   The docs state this command to download daily updated pricing data. It currently yields a 403:
   
   ```
   $ curl --head https://libcloud-pricing-data.s3.amazonaws.com/pricing.json
   HTTP/1.1 403 Forbidden
   x-amz-request-id: QX4D6DZQJBT9CHBH
   x-amz-id-2: c59u6Ga1nmDDrN955wBzVsrCGGdcT5bHKSpDTymc3PAqfpwFgLl996fTj9MWWW2aomxV/PA+7Sk=
   Content-Type: application/xml
   Date: Fri, 21 May 2021 14:52:06 GMT
   Server: AmazonS3
   ```
   
   Environment: 
   ```
   $ uname -v
   #146~16.04.1-Ubuntu SMP Tue Apr 13 09:27:15 UTC 2021
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [libcloud] Kami closed issue #1582: pricing.json on s3 public access is forbidden

Posted by GitBox <gi...@apache.org>.
Kami closed issue #1582:
URL: https://github.com/apache/libcloud/issues/1582


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [libcloud] Kami commented on issue #1582: pricing.json on s3 public access is forbidden

Posted by GitBox <gi...@apache.org>.
Kami commented on issue #1582:
URL: https://github.com/apache/libcloud/issues/1582#issuecomment-846184460


   This should now be fixed. I also added a CI check in ea364c58cd954d6b076c4e30bb283f33381a1246.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [libcloud] Kami commented on issue #1582: pricing.json on s3 public access is forbidden

Posted by GitBox <gi...@apache.org>.
Kami commented on issue #1582:
URL: https://github.com/apache/libcloud/issues/1582#issuecomment-846382926


   Confirmed it's working (https://github.com/apache/libcloud/runs/2644266413?check_suite_focus=true). Thanks again for reporting this.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [libcloud] Kami commented on issue #1582: pricing.json on s3 public access is forbidden

Posted by GitBox <gi...@apache.org>.
Kami commented on issue #1582:
URL: https://github.com/apache/libcloud/issues/1582#issuecomment-846176136


   Thanks for reporting this.
   
   This likely broke recently when adding integration tests for S3. I will look into permissions and fix them.
   
   I will also add a check as part of the nightly publish job which will fail the job if we fail to download pricing file.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org